#044595

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

Shades of Smalt #044595

Tints of Smalt #044595

Color information

#044595 (or 0x044595) is unknown color: approx Smalt. HEX triplet: 04, 45 and 95. RGB value is (4,69,149). Sum of RGB (Red+Green+Blue) = 4+69+149=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #044595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044595 is #FBBA6A. Grayscale: #3A3A3A. Windows color (decimal): -16497259 or 9782532. OLE color: 9782532.

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

Color convert

RGB469149-
CMYK0.970.5400.42
HSL213.1º94.77%30%-
HSV(B)213.1º97.32%58.43%-
XYZ7.66.4529.28-
YUV58.68178.9789-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.80%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 149 (58.59% from 255) = 67.12%
R=1.80%
G=31.08%
B=67.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4691490.970.5400.42213.194.7730
Hex44595613602Ad55f1e
Octal41052251416605232513736
Binary1001000101100101011100001110110010101011010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044595; }

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

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

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

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

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

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

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

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