Shades of Smalt #044298
Tints of Smalt #044298
RGB
CMYK
RGB Variations
Color information
#044298 (or 0x044298) is known color: Smalt. HEX triplet: 04, 42 and 98. RGB value is (4,66,152). Sum of RGB (Red+Green+Blue) = 4+66+152=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #044298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044298 is #FBBD67. Grayscale: #383838. Windows color (decimal): -16498024 or 9978372. OLE color: 9978372.
HSL color Cylindrical-coordinate representation of color #044298: hue angle of 214.86º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044298 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 66 | 152 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.40 |
| HSL | 214.86º | 0.95% | 0.31% | - |
| HSV(B) | 214.86º | 0.97% | 0.6% | - |
| XYZ | 7.67 | 6.19 | 30.5 | - |
| YUV | 57.27 | 181.46 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 152 | 0.97 | 0.57 | 0 | 0.40 | 214.86 | 0.95 | 0.31 |
| Hex | 4 | 42 | 98 | 61 | 39 | 0 | 28 | D7 | 5F | 1F |
| Octal | 4 | 102 | 230 | 141 | 71 | 0 | 50 | 327 | 137 | 37 |
| Binary | 100 | 1000010 | 10011000 | 1100001 | 111001 | 0 | 101000 | 11010111 | 1011111 | 11111 |
Color Harmonies of #044298
Complementary color
Monochromatic Colors of #044298
Black with #044298
Text Example
Text Example
White with #044298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044298; }
p { color: rgb(4,66,152); }
H1.HeaderClassName
{
color: #044298;
}
.AnyTagClassName
{
color: #044298;
}
</style>
background-color css
<style>
a { background-color: #044298; }
a { background-color: rgb(4,66,152); }
div.DivClassName
{
background-color: #044298;
}
.BgClassName
{
background-color: #044298;
}
</style>
border-color css
<style>
span { border-color: #044298; }
span { border-color: rgb(4,66,152); }
td.TdClassName
{
border-color: #044298;
}
.TagClassName
{
border-color: #044298;
}
</style>