Shades of Smalt #044093
Tints of Smalt #044093
RGB
CMYK
RGB Variations
Color information
#044093 (or 0x044093) is known color: Smalt. HEX triplet: 04, 40 and 93. RGB value is (4,64,147). Sum of RGB (Red+Green+Blue) = 4+64+147=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #044093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044093 is #FBBF6C. Grayscale: #373737. Windows color (decimal): -16498541 or 9650180. OLE color: 9650180.
HSL color Cylindrical-coordinate representation of color #044093: hue angle of 214.83º 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 #044093 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 64 | 147 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.42 |
| HSL | 214.83º | 0.95% | 0.3% | - |
| HSV(B) | 214.83º | 0.97% | 0.58% | - |
| XYZ | 7.15 | 5.8 | 28.35 | - |
| YUV | 55.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 147 | 0.97 | 0.56 | 0 | 0.42 | 214.83 | 0.95 | 0.3 |
| Hex | 4 | 40 | 93 | 61 | 38 | 0 | 2A | D7 | 5F | 1E |
| Octal | 4 | 100 | 223 | 141 | 70 | 0 | 52 | 327 | 137 | 36 |
| Binary | 100 | 1000000 | 10010011 | 1100001 | 111000 | 0 | 101010 | 11010111 | 1011111 | 11110 |
Color Harmonies of #044093
Complementary color
Monochromatic Colors of #044093
Black with #044093
Text Example
Text Example
White with #044093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044093; }
p { color: rgb(4,64,147); }
H1.HeaderClassName
{
color: #044093;
}
.AnyTagClassName
{
color: #044093;
}
</style>
background-color css
<style>
a { background-color: #044093; }
a { background-color: rgb(4,64,147); }
div.DivClassName
{
background-color: #044093;
}
.BgClassName
{
background-color: #044093;
}
</style>
border-color css
<style>
span { border-color: #044093; }
span { border-color: rgb(4,64,147); }
td.TdClassName
{
border-color: #044093;
}
.TagClassName
{
border-color: #044093;
}
</style>