Shades of Smalt #043D8C
Tints of Smalt #043D8C
RGB
CMYK
RGB Variations
Color information
#043D8C (or 0x043D8C) is known color: Smalt. HEX triplet: 04, 3D and 8C. RGB value is (4,61,140). Sum of RGB (Red+Green+Blue) = 4+61+140=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #043D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043D8C is #FBC273. Grayscale: #343434. Windows color (decimal): -16499316 or 9190660. OLE color: 9190660.
HSL color Cylindrical-coordinate representation of color #043D8C: hue angle of 214.85º 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 #043D8C is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 61 | 140 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.45 |
| HSL | 214.85º | 0.94% | 0.28% | - |
| HSV(B) | 214.85º | 0.97% | 0.55% | - |
| XYZ | 6.45 | 5.26 | 25.49 | - |
| YUV | 52.96 | 177.12 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 140 | 0.97 | 0.56 | 0 | 0.45 | 214.85 | 0.94 | 0.28 |
| Hex | 4 | 3D | 8C | 61 | 38 | 0 | 2D | D7 | 5E | 1C |
| Octal | 4 | 75 | 214 | 141 | 70 | 0 | 55 | 327 | 136 | 34 |
| Binary | 100 | 111101 | 10001100 | 1100001 | 111000 | 0 | 101101 | 11010111 | 1011110 | 11100 |
Color Harmonies of #043D8C
Complementary color
Monochromatic Colors of #043D8C
Black with #043D8C
Text Example
Text Example
White with #043D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D8C; }
p { color: rgb(4,61,140); }
H1.HeaderClassName
{
color: #043D8C;
}
.AnyTagClassName
{
color: #043D8C;
}
</style>
background-color css
<style>
a { background-color: #043D8C; }
a { background-color: rgb(4,61,140); }
div.DivClassName
{
background-color: #043D8C;
}
.BgClassName
{
background-color: #043D8C;
}
</style>
border-color css
<style>
span { border-color: #043D8C; }
span { border-color: rgb(4,61,140); }
td.TdClassName
{
border-color: #043D8C;
}
.TagClassName
{
border-color: #043D8C;
}
</style>