#044D76

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

Shades of Dark Cerulean #044D76

Tints of Dark Cerulean #044D76

Color information

#044D76 (or 0x044D76) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4D and 76. RGB value is (4,77,118). Sum of RGB (Red+Green+Blue) = 4+77+118=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #044D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D76 is #FBB289. Grayscale: #3B3B3B. Windows color (decimal): -16495242 or 7752964. OLE color: 7752964.

HSL color Cylindrical-coordinate representation of color #044D76: hue angle of 201.58º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044D76 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB477118-
CMYK0.970.3500.54
HSL201.58º93.44%23.92%-
HSV(B)201.58º96.61%46.27%-
XYZ5.976.6418.11-
YUV59.85160.8288.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 118 (46.48% from 255) = 59.30%
R=2.01%
G=38.69%
B=59.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4771180.970.3500.54201.5893.4423.92
Hex44D766123036ca5d18
Octal41151661414306631213530
Binary100100110111101101100001100011011011011001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044D76; }

 p { color: rgb(4,77,118); }

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

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

 a { background-color: rgb(4,77,118); }

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

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

 span { border-color: rgb(4,77,118); }

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