Html Css Color HEX #004476 Dark Cerulean

📋 copy color: '#004476'

red 0 ◦ green 68 ◦ blue 118

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

Shades of Dark Cerulean #004476

Tints of Dark Cerulean #004476

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 68 (26.95% from 255) = 36.56%

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 0%
G = 36.56%
B = 63.44%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#004476 (or 0x004476) is known color: Dark Cerulean. HEX triplet: 00, 44 and 76. RGB value is (0,68,118). Sum of RGB (Red+Green+Blue) = 0+68+118=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #004476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004476 is #FFBB89. Grayscale: #353535. Windows color (decimal): -16759690 or 7750656. OLE color: 7750656.

HSL color Cylindrical-coordinate representation of color #004476: hue angle of 205.42º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004476 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 68 118 -
CMYK 1 0.42 0 0.54
HSL 205.42º 1% 0.23% -
HSV(B) 205.42º 1% 0.46% -
XYZ 5.34 5.44 17.91 -
YUV 53.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 0 68 118 1 0.42 0 0.54 205.42 1 0.23
Hex 0 44 76 64 2A 0 36 CD 64 17
Octal 0 104 166 144 52 0 66 315 144 27
Binary 0 1000100 1110110 1100100 101010 0 110110 11001101 1100100 10111

Color Harmonies of #004476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004476

Black with #004476

Text Example


Text Example

White with #004476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004476; }

 p { color: rgb(0,68,118); }

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

background-color css

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

 a { background-color: rgb(0,68,118); }

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

border-color css

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

 span { border-color: rgb(0,68,118); }

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