Shades of Smalt #044097
Tints of Smalt #044097
RGB
CMYK
RGB Variations
Color information
#044097 (or 0x044097) is known color: Smalt. HEX triplet: 04, 40 and 97. RGB value is (4,64,151). Sum of RGB (Red+Green+Blue) = 4+64+151=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #044097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044097 is #FBBF68. Grayscale: #373737. Windows color (decimal): -16498537 or 9912324. OLE color: 9912324.
HSL color Cylindrical-coordinate representation of color #044097: hue angle of 215.51º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044097 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 64 | 151 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.41 |
| HSL | 215.51º | 0.95% | 0.3% | - |
| HSV(B) | 215.51º | 0.97% | 0.59% | - |
| XYZ | 7.47 | 5.93 | 30.03 | - |
| YUV | 55.98 | 181.62 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 151 | 0.97 | 0.58 | 0 | 0.41 | 215.51 | 0.95 | 0.3 |
| Hex | 4 | 40 | 97 | 61 | 3A | 0 | 29 | D8 | 5F | 1E |
| Octal | 4 | 100 | 227 | 141 | 72 | 0 | 51 | 330 | 137 | 36 |
| Binary | 100 | 1000000 | 10010111 | 1100001 | 111010 | 0 | 101001 | 11011000 | 1011111 | 11110 |
Color Harmonies of #044097
Complementary color
Monochromatic Colors of #044097
Black with #044097
Text Example
Text Example
White with #044097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044097; }
p { color: rgb(4,64,151); }
H1.HeaderClassName
{
color: #044097;
}
.AnyTagClassName
{
color: #044097;
}
</style>
background-color css
<style>
a { background-color: #044097; }
a { background-color: rgb(4,64,151); }
div.DivClassName
{
background-color: #044097;
}
.BgClassName
{
background-color: #044097;
}
</style>
border-color css
<style>
span { border-color: #044097; }
span { border-color: rgb(4,64,151); }
td.TdClassName
{
border-color: #044097;
}
.TagClassName
{
border-color: #044097;
}
</style>