#044D77

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

Shades of Dark Cerulean #044D77

Tints of Dark Cerulean #044D77

Color information

#044D77 (or 0x044D77) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4D and 77. RGB value is (4,77,119). Sum of RGB (Red+Green+Blue) = 4+77+119=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #044D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D77 is #FBB288. Grayscale: #3B3B3B. Windows color (decimal): -16495241 or 7818500. OLE color: 7818500.

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

Color convert

RGB477119-
CMYK0.970.3500.53
HSL201.91º93.5%24.12%-
HSV(B)201.91º96.64%46.67%-
XYZ6.036.6718.42-
YUV59.96161.3288.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 119 (46.88% from 255) = 59.5%
R=2%
G=38.5%
B=59.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4771190.970.3500.53201.9193.524.12
Hex44D776123035ca5d18
Octal41151671414306531213530
Binary100100110111101111100001100011011010111001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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