#044A74

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

Shades of Dark Cerulean #044A74

Tints of Dark Cerulean #044A74

Color information

#044A74 (or 0x044A74) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4A and 74. RGB value is (4,74,116). Sum of RGB (Red+Green+Blue) = 4+74+116=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #044A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A74 is #FBB58B. Grayscale: #393939. Windows color (decimal): -16496012 or 7621124. OLE color: 7621124.

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

Color convert

RGB474116-
CMYK0.970.3600.55
HSL202.5º93.33%23.53%-
HSV(B)202.5º96.55%45.49%-
XYZ5.656.1817.42-
YUV57.86160.8189.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 116 (45.70% from 255) = 59.79%
R=2.06%
G=38.14%
B=59.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4741160.970.3600.55202.593.3323.53
Hex44A746124037ca5d18
Octal41121641414406731213530
Binary100100101011101001100001100100011011111001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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