#044F7C

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

Shades of Dark Cerulean #044F7C

Tints of Dark Cerulean #044F7C

Color information

#044F7C (or 0x044F7C) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4F and 7C. RGB value is (4,79,124). Sum of RGB (Red+Green+Blue) = 4+79+124=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #044F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F7C is #FBB083. Grayscale: #3D3D3D. Windows color (decimal): -16494724 or 8146692. OLE color: 8146692.

HSL color Cylindrical-coordinate representation of color #044F7C: hue angle of 202.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044F7C is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB479124-
CMYK0.970.3600.51
HSL202.5º93.75%25.1%-
HSV(B)202.5º96.77%48.63%-
XYZ6.487.0720.09-
YUV61.7163.1586.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=1.93%
G=38.16%
B=59.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4791240.970.3600.51202.593.7525.1
Hex44F7C6124033ca5e19
Octal41171741414406331213631
Binary100100111111111001100001100100011001111001010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,79,124); }

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

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

 a { background-color: rgb(4,79,124); }

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

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

 span { border-color: rgb(4,79,124); }

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