Shades of Smalt #044294
Tints of Smalt #044294
RGB
CMYK
RGB Variations
Color information
#044294 (or 0x044294) is known color: 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
| RGB | 4 | 66 | 148 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.42 |
| HSL | 214.17º | 0.95% | 0.3% | - |
| HSV(B) | 214.17º | 0.97% | 0.58% | - |
| XYZ | 7.34 | 6.06 | 28.8 | - |
| YUV | 56.81 | 179.46 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 148 | 0.97 | 0.55 | 0 | 0.42 | 214.17 | 0.95 | 0.3 |
| Hex | 4 | 42 | 94 | 61 | 37 | 0 | 2A | D6 | 5F | 1E |
| Octal | 4 | 102 | 224 | 141 | 67 | 0 | 52 | 326 | 137 | 36 |
| Binary | 100 | 1000010 | 10010100 | 1100001 | 110111 | 0 | 101010 | 11010110 | 1011111 | 11110 |
Color Harmonies of #044294
Complementary color
Monochromatic Colors of #044294
Black with #044294
Text Example
Text Example
White with #044294
Text Example
Text Example
HTML Codes & Css Web 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>