#042983

Color #042983 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #042983

Tints of Smalt #042983

Color information

#042983 (or 0x042983) is unknown color: approx Smalt. HEX triplet: 04, 29 and 83. RGB value is (4,41,131). Sum of RGB (Red+Green+Blue) = 4+41+131=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 131 (51.56% from 255 or 74.43% from 176); Max value from RGB is 131 - color contains mainly: blue. Hex color #042983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042983 is #FBD67C. Grayscale: #272727. Windows color (decimal): -16504445 or 8595716. OLE color: 8595716.

HSL color Cylindrical-coordinate representation of color #042983: hue angle of 222.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042983 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB441131-
CMYK0.970.6900.49
HSL222.52º94.07%26.47%-
HSV(B)222.52º96.95%51.37%-
XYZ4.943.2521.84-
YUV40.2179.24102.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.27%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 131 (51.56% from 255) = 74.43%
R=2.27%
G=23.30%
B=74.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4411310.970.6900.49222.5294.0726.47
Hex429836145031df5e1a
Octal45120314110506133713632
Binary1001010011000001111000011000101011000111011111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042983; }

 p { color: rgb(4,41,131); }

 H1.HeaderClassName
 {
   color: #042983;
 }
 .AnyTagClassName
 {
   color: #042983;
 }
</style>
background-color css

<style>
 a { background-color: #042983; }

 a { background-color: rgb(4,41,131); }

 div.DivClassName
 {
   background-color: #042983;
 }
 .BgClassName
 {
   background-color: #042983;
 }
</style>
border-color css

<style>
 span { border-color: #042983; }

 span { border-color: rgb(4,41,131); }

 td.TdClassName
 {
   border-color: #042983;
 }
 .TagClassName
 {
   border-color: #042983;
 }
</style>