Shades of Smalt #044292
Tints of Smalt #044292
RGB
CMYK
RGB Variations
Color information
#044292 (or 0x044292) is known color: Smalt. HEX triplet: 04, 42 and 92. RGB value is (4,66,146). Sum of RGB (Red+Green+Blue) = 4+66+146=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #044292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044292 is #FBBD6D. Grayscale: #383838. Windows color (decimal): -16498030 or 9585156. OLE color: 9585156.
HSL color Cylindrical-coordinate representation of color #044292: hue angle of 213.8º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044292 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 66 | 146 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.43 |
| HSL | 213.8º | 0.95% | 0.29% | - |
| HSV(B) | 213.8º | 0.97% | 0.57% | - |
| XYZ | 7.19 | 6 | 27.97 | - |
| YUV | 56.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 146 | 0.97 | 0.55 | 0 | 0.43 | 213.8 | 0.95 | 0.29 |
| Hex | 4 | 42 | 92 | 61 | 37 | 0 | 2B | D6 | 5F | 1D |
| Octal | 4 | 102 | 222 | 141 | 67 | 0 | 53 | 326 | 137 | 35 |
| Binary | 100 | 1000010 | 10010010 | 1100001 | 110111 | 0 | 101011 | 11010110 | 1011111 | 11101 |
Color Harmonies of #044292
Complementary color
Monochromatic Colors of #044292
Black with #044292
Text Example
Text Example
White with #044292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044292; }
p { color: rgb(4,66,146); }
H1.HeaderClassName
{
color: #044292;
}
.AnyTagClassName
{
color: #044292;
}
</style>
background-color css
<style>
a { background-color: #044292; }
a { background-color: rgb(4,66,146); }
div.DivClassName
{
background-color: #044292;
}
.BgClassName
{
background-color: #044292;
}
</style>
border-color css
<style>
span { border-color: #044292; }
span { border-color: rgb(4,66,146); }
td.TdClassName
{
border-color: #044292;
}
.TagClassName
{
border-color: #044292;
}
</style>