#04429C

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

Shades of Cobalt #04429C

Tints of Cobalt #04429C

Color information

#04429C (or 0x04429C) is unknown color: approx Cobalt. HEX triplet: 04, 42 and 9C. RGB value is (4,66,156). Sum of RGB (Red+Green+Blue) = 4+66+156=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #04429C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04429C is #FBBD63. Grayscale: #393939. Windows color (decimal): -16498020 or 10240516. OLE color: 10240516.

HSL color Cylindrical-coordinate representation of color #04429C: hue angle of 215.53º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04429C is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB466156-
CMYK0.970.5800.39
HSL215.53º95%31.37%-
HSV(B)215.53º97.44%61.18%-
XYZ86.3232.25-
YUV57.72183.4689.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.77%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 156 (61.33% from 255) = 69.03%
R=1.77%
G=29.20%
B=69.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4661560.970.5800.39215.539531.37
Hex4429C613A027d85f1f
Octal41022341417204733013737
Binary1001000010100111001100001111010010011111011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04429C; }

 p { color: rgb(4,66,156); }

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

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

 a { background-color: rgb(4,66,156); }

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

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

 span { border-color: rgb(4,66,156); }

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