Shades of Smalt #044293
Tints of Smalt #044293
RGB
CMYK
RGB Variations
Color information
#044293 (or 0x044293) is known color: Smalt. HEX triplet: 04, 42 and 93. RGB value is (4,66,147). Sum of RGB (Red+Green+Blue) = 4+66+147=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #044293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044293 is #FBBD6C. Grayscale: #383838. Windows color (decimal): -16498029 or 9650692. OLE color: 9650692.
HSL color Cylindrical-coordinate representation of color #044293: hue angle of 213.99º 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 #044293 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 66 | 147 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.42 |
| HSL | 213.99º | 0.95% | 0.3% | - |
| HSV(B) | 213.99º | 0.97% | 0.58% | - |
| XYZ | 7.26 | 6.03 | 28.38 | - |
| YUV | 56.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 147 | 0.97 | 0.55 | 0 | 0.42 | 213.99 | 0.95 | 0.3 |
| Hex | 4 | 42 | 93 | 61 | 37 | 0 | 2A | D6 | 5F | 1E |
| Octal | 4 | 102 | 223 | 141 | 67 | 0 | 52 | 326 | 137 | 36 |
| Binary | 100 | 1000010 | 10010011 | 1100001 | 110111 | 0 | 101010 | 11010110 | 1011111 | 11110 |
Color Harmonies of #044293
Complementary color
Monochromatic Colors of #044293
Black with #044293
Text Example
Text Example
White with #044293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044293; }
p { color: rgb(4,66,147); }
H1.HeaderClassName
{
color: #044293;
}
.AnyTagClassName
{
color: #044293;
}
</style>
background-color css
<style>
a { background-color: #044293; }
a { background-color: rgb(4,66,147); }
div.DivClassName
{
background-color: #044293;
}
.BgClassName
{
background-color: #044293;
}
</style>
border-color css
<style>
span { border-color: #044293; }
span { border-color: rgb(4,66,147); }
td.TdClassName
{
border-color: #044293;
}
.TagClassName
{
border-color: #044293;
}
</style>