#044596

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

Shades of Smalt #044596

Tints of Smalt #044596

Color information

#044596 (or 0x044596) is unknown color: approx Smalt. HEX triplet: 04, 45 and 96. RGB value is (4,69,150). Sum of RGB (Red+Green+Blue) = 4+69+150=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #044596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044596 is #FBBA69. Grayscale: #3A3A3A. Windows color (decimal): -16497258 or 9848068. OLE color: 9848068.

HSL color Cylindrical-coordinate representation of color #044596: hue angle of 213.29º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044596 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB469150-
CMYK0.970.5400.41
HSL213.29º94.81%30.2%-
HSV(B)213.29º97.33%58.82%-
XYZ7.686.4829.7-
YUV58.8179.4788.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 150 (58.98% from 255) = 67.26%
R=1.79%
G=30.94%
B=67.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4691500.970.5400.41213.2994.8130.2
Hex445966136029d55f1e
Octal41052261416605132513736
Binary1001000101100101101100001110110010100111010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044596; }

 p { color: rgb(4,69,150); }

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

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

 a { background-color: rgb(4,69,150); }

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

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

 span { border-color: rgb(4,69,150); }

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