#044493

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

Shades of Smalt #044493

Tints of Smalt #044493

Color information

#044493 (or 0x044493) is unknown color: approx Smalt. HEX triplet: 04, 44 and 93. RGB value is (4,68,147). Sum of RGB (Red+Green+Blue) = 4+68+147=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #044493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044493 is #FBBB6C. Grayscale: #393939. Windows color (decimal): -16497517 or 9651204. OLE color: 9651204.

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

Color convert

RGB468147-
CMYK0.970.5400.42
HSL213.15º94.7%29.61%-
HSV(B)213.15º97.28%57.65%-
XYZ7.386.2728.42-
YUV57.87178.389.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 147 (57.81% from 255) = 67.12%
R=1.83%
G=31.05%
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
Decimal4681470.970.5400.42213.1594.729.61
Hex44493613602Ad55f1e
Octal41042231416605232513736
Binary1001000100100100111100001110110010101011010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044493; }

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

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

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

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

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

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

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

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