#044E92

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

Shades of Dark Cerulean #044E92

Tints of Dark Cerulean #044E92

Color information

#044E92 (or 0x044E92) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4E and 92. RGB value is (4,78,146). Sum of RGB (Red+Green+Blue) = 4+78+146=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #044E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044E92 is #FBB16D. Grayscale: #3F3F3F. Windows color (decimal): -16494958 or 9588228. OLE color: 9588228.

HSL color Cylindrical-coordinate representation of color #044E92: hue angle of 208.73º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E92 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB478146-
CMYK0.970.4700.43
HSL208.73º94.67%29.41%-
HSV(B)208.73º97.26%57.25%-
XYZ7.967.5528.23-
YUV63.63174.4885.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 146 (57.42% from 255) = 64.04%
R=1.75%
G=34.21%
B=64.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4781460.970.4700.43208.7394.6729.41
Hex44E92612F02Bd15f1d
Octal41162221415705332113735
Binary1001001110100100101100001101111010101111010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,78,146); }

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

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

 a { background-color: rgb(4,78,146); }

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

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

 span { border-color: rgb(4,78,146); }

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