Shades of Smalt #042091
Tints of Smalt #042091
RGB
CMYK
RGB Variations
Color information
#042091 (or 0x042091) is known color: Smalt. HEX triplet: 04, 20 and 91. RGB value is (4,32,145). Sum of RGB (Red+Green+Blue) = 4+32+145=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 145 (57.03% from 255 or 80.11% from 181); Max value from RGB is 145 - color contains mainly: blue. Hex color #042091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042091 is #FBDF6E. Grayscale: #242424. Windows color (decimal): -16506735 or 9510916. OLE color: 9510916.
HSL color Cylindrical-coordinate representation of color #042091: hue angle of 228.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042091 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 32 | 145 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.43 |
| HSL | 228.09º | 0.95% | 0.29% | - |
| HSV(B) | 228.09º | 0.97% | 0.57% | - |
| XYZ | 5.68 | 3.1 | 27.09 | - |
| YUV | 36.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 145 | 0.97 | 0.78 | 0 | 0.43 | 228.09 | 0.95 | 0.29 |
| Hex | 4 | 20 | 91 | 61 | 4E | 0 | 2B | E4 | 5F | 1D |
| Octal | 4 | 40 | 221 | 141 | 116 | 0 | 53 | 344 | 137 | 35 |
| Binary | 100 | 100000 | 10010001 | 1100001 | 1001110 | 0 | 101011 | 11100100 | 1011111 | 11101 |
Color Harmonies of #042091
Complementary color
Monochromatic Colors of #042091
Black with #042091
Text Example
Text Example
White with #042091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042091; }
p { color: rgb(4,32,145); }
H1.HeaderClassName
{
color: #042091;
}
.AnyTagClassName
{
color: #042091;
}
</style>
background-color css
<style>
a { background-color: #042091; }
a { background-color: rgb(4,32,145); }
div.DivClassName
{
background-color: #042091;
}
.BgClassName
{
background-color: #042091;
}
</style>
border-color css
<style>
span { border-color: #042091; }
span { border-color: rgb(4,32,145); }
td.TdClassName
{
border-color: #042091;
}
.TagClassName
{
border-color: #042091;
}
</style>