Shades of Smalt #044194
Tints of Smalt #044194
RGB
CMYK
RGB Variations
Color information
#044194 (or 0x044194) is known color: Smalt. HEX triplet: 04, 41 and 94. RGB value is (4,65,148). Sum of RGB (Red+Green+Blue) = 4+65+148=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #044194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044194 is #FBBE6B. Grayscale: #373737. Windows color (decimal): -16498284 or 9715972. OLE color: 9715972.
HSL color Cylindrical-coordinate representation of color #044194: hue angle of 214.58º 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 #044194 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 65 | 148 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.42 |
| HSL | 214.58º | 0.95% | 0.3% | - |
| HSV(B) | 214.58º | 0.97% | 0.58% | - |
| XYZ | 7.29 | 5.94 | 28.78 | - |
| YUV | 56.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 148 | 0.97 | 0.56 | 0 | 0.42 | 214.58 | 0.95 | 0.3 |
| Hex | 4 | 41 | 94 | 61 | 38 | 0 | 2A | D7 | 5F | 1E |
| Octal | 4 | 101 | 224 | 141 | 70 | 0 | 52 | 327 | 137 | 36 |
| Binary | 100 | 1000001 | 10010100 | 1100001 | 111000 | 0 | 101010 | 11010111 | 1011111 | 11110 |
Color Harmonies of #044194
Complementary color
Monochromatic Colors of #044194
Black with #044194
Text Example
Text Example
White with #044194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044194; }
p { color: rgb(4,65,148); }
H1.HeaderClassName
{
color: #044194;
}
.AnyTagClassName
{
color: #044194;
}
</style>
background-color css
<style>
a { background-color: #044194; }
a { background-color: rgb(4,65,148); }
div.DivClassName
{
background-color: #044194;
}
.BgClassName
{
background-color: #044194;
}
</style>
border-color css
<style>
span { border-color: #044194; }
span { border-color: rgb(4,65,148); }
td.TdClassName
{
border-color: #044194;
}
.TagClassName
{
border-color: #044194;
}
</style>