#044D7F

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

Shades of Dark Cerulean #044D7F

Tints of Dark Cerulean #044D7F

Color information

#044D7F (or 0x044D7F) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4D and 7F. RGB value is (4,77,127). Sum of RGB (Red+Green+Blue) = 4+77+127=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #044D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D7F is #FBB280. Grayscale: #3C3C3C. Windows color (decimal): -16495233 or 8342788. OLE color: 8342788.

HSL color Cylindrical-coordinate representation of color #044D7F: hue angle of 204.39º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044D7F is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB477127-
CMYK0.970.3900.50
HSL204.39º93.89%25.69%-
HSV(B)204.39º96.85%49.8%-
XYZ6.536.8721.06-
YUV60.87165.3287.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 127 (50% from 255) = 61.06%
R=1.92%
G=37.02%
B=61.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4771270.970.3900.50204.3993.8925.69
Hex44D7F6127032cc5e1a
Octal41151771414706231413632
Binary100100110111111111100001100111011001011001100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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