#044C76

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

Shades of Dark Cerulean #044C76

Tints of Dark Cerulean #044C76

Color information

#044C76 (or 0x044C76) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4C and 76. RGB value is (4,76,118). Sum of RGB (Red+Green+Blue) = 4+76+118=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #044C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C76 is #FBB389. Grayscale: #3B3B3B. Windows color (decimal): -16495498 or 7752708. OLE color: 7752708.

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

Color convert

RGB476118-
CMYK0.970.3600.54
HSL202.11º93.44%23.92%-
HSV(B)202.11º96.61%46.27%-
XYZ5.96.518.08-
YUV59.26161.1588.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 118 (46.48% from 255) = 59.60%
R=2.02%
G=38.38%
B=59.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4761180.970.3600.54202.1193.4423.92
Hex44C766124036ca5d18
Octal41141661414406631213530
Binary100100110011101101100001100100011011011001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,76,118); }

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

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

 a { background-color: rgb(4,76,118); }

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

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

 span { border-color: rgb(4,76,118); }

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