#044B74

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

Shades of Dark Cerulean #044B74

Tints of Dark Cerulean #044B74

Color information

#044B74 (or 0x044B74) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4B and 74. RGB value is (4,75,116). Sum of RGB (Red+Green+Blue) = 4+75+116=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #044B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044B74 is #FBB48B. Grayscale: #3A3A3A. Windows color (decimal): -16495756 or 7621380. OLE color: 7621380.

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

Color convert

RGB475116-
CMYK0.970.3500.55
HSL201.96º93.33%23.53%-
HSV(B)201.96º96.55%45.49%-
XYZ5.726.3217.44-
YUV58.44160.4889.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 116 (45.70% from 255) = 59.49%
R=2.05%
G=38.46%
B=59.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4751160.970.3500.55201.9693.3323.53
Hex44B746123037ca5d18
Octal41131641414306731213530
Binary100100101111101001100001100011011011111001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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