Html Css Color HEX #04496B Dark Cerulean

📋 copy color: '#04496B'

red 4 ◦ green 73 ◦ blue 107

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

Shades of Dark Cerulean #04496B

Tints of Dark Cerulean #04496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 58.15%

R = 2.17%
G = 39.67%
B = 58.15%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04496B (or 0x04496B) is known color: Dark Cerulean. HEX triplet: 04, 49 and 6B. RGB value is (4,73,107). Sum of RGB (Red+Green+Blue) = 4+73+107=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #04496B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04496B is #FBB694. Grayscale: #383838. Windows color (decimal): -16496277 or 7031044. OLE color: 7031044.

HSL color Cylindrical-coordinate representation of color #04496B: hue angle of 199.81º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04496B is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 73 107 -
CMYK 0.96 0.32 0 0.58
HSL 199.81º 0.93% 0.22% -
HSV(B) 199.81º 0.96% 0.42% -
XYZ 5.09 5.85 14.77 -
YUV 56.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 4 73 107 0.96 0.32 0 0.58 199.81 0.93 0.22
Hex 4 49 6B 60 20 0 3A C8 5D 16
Octal 4 111 153 140 40 0 72 310 135 26
Binary 100 1001001 1101011 1100000 100000 0 111010 11001000 1011101 10110

Color Harmonies of #04496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04496B

Black with #04496B

Text Example


Text Example

White with #04496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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