Shades of Smalt #044397
Tints of Smalt #044397
RGB
CMYK
RGB Variations
Color information
#044397 (or 0x044397) is known color: Smalt. HEX triplet: 04, 43 and 97. RGB value is (4,67,151). Sum of RGB (Red+Green+Blue) = 4+67+151=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #044397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044397 is #FBBC68. Grayscale: #393939. Windows color (decimal): -16497769 or 9913092. OLE color: 9913092.
HSL color Cylindrical-coordinate representation of color #044397: hue angle of 214.29º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044397 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 67 | 151 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.41 |
| HSL | 214.29º | 0.95% | 0.3% | - |
| HSV(B) | 214.29º | 0.97% | 0.59% | - |
| XYZ | 7.64 | 6.27 | 30.09 | - |
| YUV | 57.74 | 180.63 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 151 | 0.97 | 0.56 | 0 | 0.41 | 214.29 | 0.95 | 0.3 |
| Hex | 4 | 43 | 97 | 61 | 38 | 0 | 29 | D6 | 5F | 1E |
| Octal | 4 | 103 | 227 | 141 | 70 | 0 | 51 | 326 | 137 | 36 |
| Binary | 100 | 1000011 | 10010111 | 1100001 | 111000 | 0 | 101001 | 11010110 | 1011111 | 11110 |
Color Harmonies of #044397
Complementary color
Monochromatic Colors of #044397
Black with #044397
Text Example
Text Example
White with #044397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044397; }
p { color: rgb(4,67,151); }
H1.HeaderClassName
{
color: #044397;
}
.AnyTagClassName
{
color: #044397;
}
</style>
background-color css
<style>
a { background-color: #044397; }
a { background-color: rgb(4,67,151); }
div.DivClassName
{
background-color: #044397;
}
.BgClassName
{
background-color: #044397;
}
</style>
border-color css
<style>
span { border-color: #044397; }
span { border-color: rgb(4,67,151); }
td.TdClassName
{
border-color: #044397;
}
.TagClassName
{
border-color: #044397;
}
</style>