#044293

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

Shades of Smalt #044293

Tints of Smalt #044293

Color information

#044293 (or 0x044293) is unknown color: approx Smalt. HEX triplet: 04, 42 and 93. RGB value is (4,66,147). Sum of RGB (Red+Green+Blue) = 4+66+147=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #044293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044293 is #FBBD6C. Grayscale: #383838. Windows color (decimal): -16498029 or 9650692. OLE color: 9650692.

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

Color convert

RGB466147-
CMYK0.970.5500.42
HSL213.99º94.7%29.61%-
HSV(B)213.99º97.28%57.65%-
XYZ7.266.0328.38-
YUV56.7178.9690.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 147 (57.81% from 255) = 67.74%
R=1.84%
G=30.41%
B=67.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4661470.970.5500.42213.9994.729.61
Hex44293613702Ad65f1e
Octal41022231416705232613736
Binary1001000010100100111100001110111010101011010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044293; }

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

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

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

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

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

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

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

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