#044975

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

Shades of Dark Cerulean #044975

Tints of Dark Cerulean #044975

Color information

#044975 (or 0x044975) is unknown color: approx Dark Cerulean. HEX triplet: 04, 49 and 75. RGB value is (4,73,117). Sum of RGB (Red+Green+Blue) = 4+73+117=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #044975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044975 is #FBB68A. Grayscale: #393939. Windows color (decimal): -16496267 or 7686404. OLE color: 7686404.

HSL color Cylindrical-coordinate representation of color #044975: hue angle of 203.36º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044975 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB473117-
CMYK0.970.3800.54
HSL203.36º93.39%23.73%-
HSV(B)203.36º96.58%45.88%-
XYZ5.646.0817.7-
YUV57.38161.6489.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 117 (46.09% from 255) = 60.31%
R=2.06%
G=37.63%
B=60.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4731170.970.3800.54203.3693.3923.73
Hex449756126036cb5d18
Octal41111651414606631313530
Binary100100100111101011100001100110011011011001011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044975; }

 p { color: rgb(4,73,117); }

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

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

 a { background-color: rgb(4,73,117); }

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

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

 span { border-color: rgb(4,73,117); }

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