Shades of Smalt #042B90
Tints of Smalt #042B90
RGB
CMYK
RGB Variations
Color information
#042B90 (or 0x042B90) is known color: Smalt. HEX triplet: 04, 2B and 90. RGB value is (4,43,144). Sum of RGB (Red+Green+Blue) = 4+43+144=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 144 (56.64% from 255 or 75.39% from 191); Max value from RGB is 144 - color contains mainly: blue. Hex color #042B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042B90 is #FBD46F. Grayscale: #2A2A2A. Windows color (decimal): -16503920 or 9448196. OLE color: 9448196.
HSL color Cylindrical-coordinate representation of color #042B90: hue angle of 223.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042B90 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 43 | 144 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.44 |
| HSL | 223.29º | 0.95% | 0.29% | - |
| HSV(B) | 223.29º | 0.97% | 0.56% | - |
| XYZ | 5.95 | 3.77 | 26.8 | - |
| YUV | 42.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 144 | 0.97 | 0.70 | 0 | 0.44 | 223.29 | 0.95 | 0.29 |
| Hex | 4 | 2B | 90 | 61 | 46 | 0 | 2C | DF | 5F | 1D |
| Octal | 4 | 53 | 220 | 141 | 106 | 0 | 54 | 337 | 137 | 35 |
| Binary | 100 | 101011 | 10010000 | 1100001 | 1000110 | 0 | 101100 | 11011111 | 1011111 | 11101 |
Color Harmonies of #042B90
Complementary color
Monochromatic Colors of #042B90
Black with #042B90
Text Example
Text Example
White with #042B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B90; }
p { color: rgb(4,43,144); }
H1.HeaderClassName
{
color: #042B90;
}
.AnyTagClassName
{
color: #042B90;
}
</style>
background-color css
<style>
a { background-color: #042B90; }
a { background-color: rgb(4,43,144); }
div.DivClassName
{
background-color: #042B90;
}
.BgClassName
{
background-color: #042B90;
}
</style>
border-color css
<style>
span { border-color: #042B90; }
span { border-color: rgb(4,43,144); }
td.TdClassName
{
border-color: #042B90;
}
.TagClassName
{
border-color: #042B90;
}
</style>