Html Css Color HEX #04496F Dark Cerulean

📋 copy color: '#04496F'

red 4 ◦ green 73 ◦ blue 111

#04496F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #04496F

Tints of Dark Cerulean #04496F

RGB

 RED value IS 4 (1.95% from 255) = 2.13%

 GREEN value IS 73 (28.91% from 255) = 38.83%

 BLUE value IS 111 (43.75% from 255) = 59.04%

R = 2.13%
G = 38.83%
B = 59.04%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04496F (or 0x04496F) is known color: Dark Cerulean. HEX triplet: 04, 49 and 6F. RGB value is (4,73,111). Sum of RGB (Red+Green+Blue) = 4+73+111=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #04496F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04496F is #FBB690. Grayscale: #383838. Windows color (decimal): -16496273 or 7293188. OLE color: 7293188.

HSL color Cylindrical-coordinate representation of color #04496F: hue angle of 201.31º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04496F is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 73 111 -
CMYK 0.96 0.34 0 0.56
HSL 201.31º 0.93% 0.23% -
HSV(B) 201.31º 0.96% 0.44% -
XYZ 5.3 5.94 15.91 -
YUV 56.7 158.64 90.41 -
System Red Green Blue C M Y K H S L
Decimal 4 73 111 0.96 0.34 0 0.56 201.31 0.93 0.23
Hex 4 49 6F 60 22 0 38 C9 5D 17
Octal 4 111 157 140 42 0 70 311 135 27
Binary 100 1001001 1101111 1100000 100010 0 111000 11001001 1011101 10111

Color Harmonies of #04496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04496F

Black with #04496F

Text Example


Text Example

White with #04496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04496F; }

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

 H1.HeaderClassName
 {
   color: #04496F;
 }
 .AnyTagClassName
 {
   color: #04496F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #04496F;
 }
 .BgClassName
 {
   background-color: #04496F;
 }
</style>

border-color css

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

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

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