Shades of Smalt #044498
Tints of Smalt #044498
RGB
CMYK
RGB Variations
Color information
#044498 (or 0x044498) is known color: Smalt. HEX triplet: 04, 44 and 98. RGB value is (4,68,152). Sum of RGB (Red+Green+Blue) = 4+68+152=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #044498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044498 is #FBBB67. Grayscale: #3A3A3A. Windows color (decimal): -16497512 or 9978884. OLE color: 9978884.
HSL color Cylindrical-coordinate representation of color #044498: hue angle of 214.05º 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 #044498 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 68 | 152 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.40 |
| HSL | 214.05º | 0.95% | 0.31% | - |
| HSV(B) | 214.05º | 0.97% | 0.6% | - |
| XYZ | 7.78 | 6.43 | 30.54 | - |
| YUV | 58.44 | 180.8 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 152 | 0.97 | 0.55 | 0 | 0.40 | 214.05 | 0.95 | 0.31 |
| Hex | 4 | 44 | 98 | 61 | 37 | 0 | 28 | D6 | 5F | 1F |
| Octal | 4 | 104 | 230 | 141 | 67 | 0 | 50 | 326 | 137 | 37 |
| Binary | 100 | 1000100 | 10011000 | 1100001 | 110111 | 0 | 101000 | 11010110 | 1011111 | 11111 |
Color Harmonies of #044498
Complementary color
Monochromatic Colors of #044498
Black with #044498
Text Example
Text Example
White with #044498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044498; }
p { color: rgb(4,68,152); }
H1.HeaderClassName
{
color: #044498;
}
.AnyTagClassName
{
color: #044498;
}
</style>
background-color css
<style>
a { background-color: #044498; }
a { background-color: rgb(4,68,152); }
div.DivClassName
{
background-color: #044498;
}
.BgClassName
{
background-color: #044498;
}
</style>
border-color css
<style>
span { border-color: #044498; }
span { border-color: rgb(4,68,152); }
td.TdClassName
{
border-color: #044498;
}
.TagClassName
{
border-color: #044498;
}
</style>