#04459C

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

Shades of Cobalt #04459C

Tints of Cobalt #04459C

Color information

#04459C (or 0x04459C) is unknown color: approx Cobalt. HEX triplet: 04, 45 and 9C. RGB value is (4,69,156). Sum of RGB (Red+Green+Blue) = 4+69+156=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #04459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04459C is #FBBA63. Grayscale: #3B3B3B. Windows color (decimal): -16497252 or 10241284. OLE color: 10241284.

HSL color Cylindrical-coordinate representation of color #04459C: hue angle of 214.34º 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 #04459C is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB469156-
CMYK0.970.5600.39
HSL214.34º95%31.37%-
HSV(B)214.34º97.44%61.18%-
XYZ8.186.6832.31-
YUV59.48182.4788.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 156 (61.33% from 255) = 68.12%
R=1.75%
G=30.13%
B=68.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4691560.970.5600.39214.349531.37
Hex4459C6138027d65f1f
Octal41052341417004732613737
Binary1001000101100111001100001111000010011111010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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