#044294

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

Shades of Smalt #044294

Tints of Smalt #044294

Color information

#044294 (or 0x044294) is unknown color: approx Smalt. HEX triplet: 04, 42 and 94. RGB value is (4,66,148). Sum of RGB (Red+Green+Blue) = 4+66+148=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #044294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044294 is #FBBD6B. Grayscale: #383838. Windows color (decimal): -16498028 or 9716228. OLE color: 9716228.

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

Color convert

RGB466148-
CMYK0.970.5500.42
HSL214.17º94.74%29.8%-
HSV(B)214.17º97.3%58.04%-
XYZ7.346.0628.8-
YUV56.81179.4690.33-

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.28%
BLUE value IS 148 (58.20% from 255) = 67.89%
R=1.83%
G=30.28%
B=67.89%

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
Decimal4661480.970.5500.42214.1794.7429.8
Hex44294613702Ad65f1e
Octal41022241416705232613736
Binary1001000010100101001100001110111010101011010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044294; }

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

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

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

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

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

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

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

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