#004976

Color #004976 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #004976

Tints of Dark Cerulean #004976

Color information

#004976 (or 0x004976) is unknown color: approx Dark Cerulean. HEX triplet: 00, 49 and 76. RGB value is (0,73,118). Sum of RGB (Red+Green+Blue) = 0+73+118=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #004976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004976 is #FFB689. Grayscale: #383838. Windows color (decimal): -16758410 or 7751936. OLE color: 7751936.

HSL color Cylindrical-coordinate representation of color #004976: hue angle of 202.88º 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 #004976 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB073118-
CMYK10.3800.54
HSL202.88º100%23.14%-
HSV(B)202.88º100%46.27%-
XYZ5.656.0718.01-
YUV56.3162.8287.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 118 (46.48% from 255) = 61.78%
R=0%
G=38.22%
B=61.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal07311810.3800.54202.8810023.14
Hex049766426036cb6417
Octal01111661444606631314427
Binary0100100111101101100100100110011011011001011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004976; }

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

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

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

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

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

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

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

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