Shades of Smalt #044199
Tints of Smalt #044199
RGB
CMYK
RGB Variations
Color information
#044199 (or 0x044199) is known color: Smalt. HEX triplet: 04, 41 and 99. RGB value is (4,65,153). Sum of RGB (Red+Green+Blue) = 4+65+153=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #044199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044199 is #FBBE66. Grayscale: #383838. Windows color (decimal): -16498279 or 10043652. OLE color: 10043652.
HSL color Cylindrical-coordinate representation of color #044199: hue angle of 215.44º 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 #044199 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 65 | 153 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.4 |
| HSL | 215.44º | 0.95% | 0.31% | - |
| HSV(B) | 215.44º | 0.97% | 0.6% | - |
| XYZ | 7.69 | 6.11 | 30.91 | - |
| YUV | 56.79 | 182.29 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 153 | 0.97 | 0.58 | 0 | 0.4 | 215.44 | 0.95 | 0.31 |
| Hex | 4 | 41 | 99 | 61 | 3A | 0 | 28 | D7 | 5F | 1F |
| Octal | 4 | 101 | 231 | 141 | 72 | 0 | 50 | 327 | 137 | 37 |
| Binary | 100 | 1000001 | 10011001 | 1100001 | 111010 | 0 | 101000 | 11010111 | 1011111 | 11111 |
Color Harmonies of #044199
Complementary color
Monochromatic Colors of #044199
Black with #044199
Text Example
Text Example
White with #044199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044199; }
p { color: rgb(4,65,153); }
H1.HeaderClassName
{
color: #044199;
}
.AnyTagClassName
{
color: #044199;
}
</style>
background-color css
<style>
a { background-color: #044199; }
a { background-color: rgb(4,65,153); }
div.DivClassName
{
background-color: #044199;
}
.BgClassName
{
background-color: #044199;
}
</style>
border-color css
<style>
span { border-color: #044199; }
span { border-color: rgb(4,65,153); }
td.TdClassName
{
border-color: #044199;
}
.TagClassName
{
border-color: #044199;
}
</style>