#044675

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

Shades of Dark Cerulean #044675

Tints of Dark Cerulean #044675

Color information

#044675 (or 0x044675) is unknown color: approx Dark Cerulean. HEX triplet: 04, 46 and 75. RGB value is (4,70,117). Sum of RGB (Red+Green+Blue) = 4+70+117=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #044675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044675 is #FBB98A. Grayscale: #373737. Windows color (decimal): -16497035 or 7685636. OLE color: 7685636.

HSL color Cylindrical-coordinate representation of color #044675: hue angle of 204.96º 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 #044675 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB470117-
CMYK0.970.4000.54
HSL204.96º93.39%23.73%-
HSV(B)204.96º96.58%45.88%-
XYZ5.455.6917.64-
YUV55.62162.6391.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 117 (46.09% from 255) = 61.26%
R=2.09%
G=36.65%
B=61.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4701170.970.4000.54204.9693.3923.73
Hex446756128036cd5d18
Octal41061651415006631513530
Binary100100011011101011100001101000011011011001101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044675; }

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

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

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

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

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

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

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

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