#044A73

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

Shades of Dark Cerulean #044A73

Tints of Dark Cerulean #044A73

Color information

#044A73 (or 0x044A73) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4A and 73. RGB value is (4,74,115). Sum of RGB (Red+Green+Blue) = 4+74+115=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #044A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A73 is #FBB58C. Grayscale: #393939. Windows color (decimal): -16496013 or 7555588. OLE color: 7555588.

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

Color convert

RGB474115-
CMYK0.970.3600.55
HSL202.16º93.28%23.33%-
HSV(B)202.16º96.52%45.1%-
XYZ5.596.1617.11-
YUV57.74160.3189.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.07%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 115 (45.31% from 255) = 59.59%
R=2.07%
G=38.34%
B=59.59%

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
Decimal4741150.970.3600.55202.1693.2823.33
Hex44A736124037ca5d17
Octal41121631414406731213527
Binary100100101011100111100001100100011011111001010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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