#044295

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

Shades of Smalt #044295

Tints of Smalt #044295

Color information

#044295 (or 0x044295) is unknown color: approx Smalt. HEX triplet: 04, 42 and 95. RGB value is (4,66,149). Sum of RGB (Red+Green+Blue) = 4+66+149=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #044295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044295 is #FBBD6A. Grayscale: #383838. Windows color (decimal): -16498027 or 9781764. OLE color: 9781764.

HSL color Cylindrical-coordinate representation of color #044295: hue angle of 214.34º 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 #044295 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB466149-
CMYK0.970.5600.42
HSL214.34º94.77%30%-
HSV(B)214.34º97.32%58.43%-
XYZ7.426.0929.22-
YUV56.92179.9690.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 149 (58.59% from 255) = 68.04%
R=1.83%
G=30.14%
B=68.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4661490.970.5600.42214.3494.7730
Hex44295613802Ad65f1e
Octal41022251417005232613736
Binary1001000010100101011100001111000010101011010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044295; }

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

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

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

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

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

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

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

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