#044672

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

Shades of Dark Cerulean #044672

Tints of Dark Cerulean #044672

Color information

#044672 (or 0x044672) is unknown color: approx Dark Cerulean. HEX triplet: 04, 46 and 72. RGB value is (4,70,114). Sum of RGB (Red+Green+Blue) = 4+70+114=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #044672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044672 is #FBB98D. Grayscale: #373737. Windows color (decimal): -16497038 or 7489028. OLE color: 7489028.

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

Color convert

RGB470114-
CMYK0.960.3900.55
HSL204º93.22%23.14%-
HSV(B)204º96.49%44.71%-
XYZ5.285.6216.73-
YUV55.28161.1391.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=2.13%
G=37.23%
B=60.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4701140.960.3900.5520493.2223.14
Hex446726027037cc5d17
Octal41061621404706731413527
Binary100100011011100101100000100111011011111001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044672; }

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

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

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

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

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

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

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

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