#044475

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

Shades of Dark Cerulean #044475

Tints of Dark Cerulean #044475

Color information

#044475 (or 0x044475) is unknown color: approx Dark Cerulean. HEX triplet: 04, 44 and 75. RGB value is (4,68,117). Sum of RGB (Red+Green+Blue) = 4+68+117=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #044475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044475 is #FBBB8A. Grayscale: #363636. Windows color (decimal): -16497547 or 7685124. OLE color: 7685124.

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

Color convert

RGB468117-
CMYK0.970.4200.54
HSL206.02º93.39%23.73%-
HSV(B)206.02º96.58%45.88%-
XYZ5.335.4417.6-
YUV54.45163.392.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=2.12%
G=35.98%
B=61.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4681170.970.4200.54206.0293.3923.73
Hex44475612A036ce5d18
Octal41041651415206631613530
Binary100100010011101011100001101010011011011001110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044475; }

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

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

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

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

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

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

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

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