#044A7F

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

Shades of Dark Cerulean #044A7F

Tints of Dark Cerulean #044A7F

Color information

#044A7F (or 0x044A7F) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4A and 7F. RGB value is (4,74,127). Sum of RGB (Red+Green+Blue) = 4+74+127=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #044A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A7F is #FBB580. Grayscale: #3A3A3A. Windows color (decimal): -16496001 or 8342020. OLE color: 8342020.

HSL color Cylindrical-coordinate representation of color #044A7F: hue angle of 205.85º 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 #044A7F is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB474127-
CMYK0.970.4200.50
HSL205.85º93.89%25.69%-
HSV(B)205.85º96.85%49.8%-
XYZ6.336.4620.99-
YUV59.11166.3188.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 127 (50% from 255) = 61.95%
R=1.95%
G=36.10%
B=61.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4741270.970.4200.50205.8593.8925.69
Hex44A7F612A032ce5e1a
Octal41121771415206231613632
Binary100100101011111111100001101010011001011001110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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