Shades of Smalt #042E8C
Tints of Smalt #042E8C
RGB
CMYK
RGB Variations
Color information
#042E8C (or 0x042E8C) is known color: Smalt. HEX triplet: 04, 2E and 8C. RGB value is (4,46,140). Sum of RGB (Red+Green+Blue) = 4+46+140=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #042E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042E8C is #FBD173. Grayscale: #2B2B2B. Windows color (decimal): -16503156 or 9186820. OLE color: 9186820.
HSL color Cylindrical-coordinate representation of color #042E8C: hue angle of 221.47º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042E8C is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 46 | 140 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.45 |
| HSL | 221.47º | 0.94% | 0.28% | - |
| HSV(B) | 221.47º | 0.97% | 0.55% | - |
| XYZ | 5.76 | 3.87 | 25.25 | - |
| YUV | 44.16 | 182.09 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 140 | 0.97 | 0.67 | 0 | 0.45 | 221.47 | 0.94 | 0.28 |
| Hex | 4 | 2E | 8C | 61 | 43 | 0 | 2D | DD | 5E | 1C |
| Octal | 4 | 56 | 214 | 141 | 103 | 0 | 55 | 335 | 136 | 34 |
| Binary | 100 | 101110 | 10001100 | 1100001 | 1000011 | 0 | 101101 | 11011101 | 1011110 | 11100 |
Color Harmonies of #042E8C
Complementary color
Monochromatic Colors of #042E8C
Black with #042E8C
Text Example
Text Example
White with #042E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E8C; }
p { color: rgb(4,46,140); }
H1.HeaderClassName
{
color: #042E8C;
}
.AnyTagClassName
{
color: #042E8C;
}
</style>
background-color css
<style>
a { background-color: #042E8C; }
a { background-color: rgb(4,46,140); }
div.DivClassName
{
background-color: #042E8C;
}
.BgClassName
{
background-color: #042E8C;
}
</style>
border-color css
<style>
span { border-color: #042E8C; }
span { border-color: rgb(4,46,140); }
td.TdClassName
{
border-color: #042E8C;
}
.TagClassName
{
border-color: #042E8C;
}
</style>