Shades of Smalt #043B90
Tints of Smalt #043B90
RGB
CMYK
RGB Variations
Color information
#043B90 (or 0x043B90) is known color: Smalt. HEX triplet: 04, 3B and 90. RGB value is (4,59,144). Sum of RGB (Red+Green+Blue) = 4+59+144=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #043B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043B90 is #FBC46F. Grayscale: #333333. Windows color (decimal): -16499824 or 9452292. OLE color: 9452292.
HSL color Cylindrical-coordinate representation of color #043B90: hue angle of 216.43º 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 #043B90 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 59 | 144 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.44 |
| HSL | 216.43º | 0.95% | 0.29% | - |
| HSV(B) | 216.43º | 0.97% | 0.56% | - |
| XYZ | 6.65 | 5.17 | 27.03 | - |
| YUV | 52.25 | 179.78 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 144 | 0.97 | 0.59 | 0 | 0.44 | 216.43 | 0.95 | 0.29 |
| Hex | 4 | 3B | 90 | 61 | 3B | 0 | 2C | D8 | 5F | 1D |
| Octal | 4 | 73 | 220 | 141 | 73 | 0 | 54 | 330 | 137 | 35 |
| Binary | 100 | 111011 | 10010000 | 1100001 | 111011 | 0 | 101100 | 11011000 | 1011111 | 11101 |
Color Harmonies of #043B90
Complementary color
Monochromatic Colors of #043B90
Black with #043B90
Text Example
Text Example
White with #043B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043B90; }
p { color: rgb(4,59,144); }
H1.HeaderClassName
{
color: #043B90;
}
.AnyTagClassName
{
color: #043B90;
}
</style>
background-color css
<style>
a { background-color: #043B90; }
a { background-color: rgb(4,59,144); }
div.DivClassName
{
background-color: #043B90;
}
.BgClassName
{
background-color: #043B90;
}
</style>
border-color css
<style>
span { border-color: #043B90; }
span { border-color: rgb(4,59,144); }
td.TdClassName
{
border-color: #043B90;
}
.TagClassName
{
border-color: #043B90;
}
</style>