#04499D

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

Shades of Cobalt #04499D

Tints of Cobalt #04499D

Color information

#04499D (or 0x04499D) is unknown color: approx Cobalt. HEX triplet: 04, 49 and 9D. RGB value is (4,73,157). Sum of RGB (Red+Green+Blue) = 4+73+157=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #04499D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04499D is #FBB662. Grayscale: #3D3D3D. Windows color (decimal): -16496227 or 10307844. OLE color: 10307844.

HSL color Cylindrical-coordinate representation of color #04499D: hue angle of 212.94º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04499D is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB473157-
CMYK0.970.5400.38
HSL212.94º95.03%31.57%-
HSV(B)212.94º97.45%61.57%-
XYZ8.527.2332.84-
YUV61.94181.6486.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.71%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 157 (61.72% from 255) = 67.09%
R=1.71%
G=31.20%
B=67.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4731570.970.5400.38212.9495.0331.57
Hex4499D6136026d55f20
Octal41112351416604632513740
Binary10010010011001110111000011101100100110110101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04499D; }

 p { color: rgb(4,73,157); }

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

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

 a { background-color: rgb(4,73,157); }

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

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

 span { border-color: rgb(4,73,157); }

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