Shades of Smalt Blue #405E63
Tints of Smalt Blue #405E63
RGB
CMYK
RGB Variations
Color information
#405E63 (or 0x405E63) is known color: Smalt Blue. HEX triplet: 40, 5E and 63. RGB value is (64,94,99). Sum of RGB (Red+Green+Blue) = 64+94+99=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #405E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E63 is #BFA19C. Grayscale: #555555. Windows color (decimal): -12558749 or 6512192. OLE color: 6512192.
HSL color Cylindrical-coordinate representation of color #405E63: hue angle of 188.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405E63 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 94 | 99 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.61 |
| HSL | 188.57º | 0.21% | 0.32% | - |
| HSV(B) | 188.57º | 0.35% | 0.39% | - |
| XYZ | 8.37 | 10 | 13.29 | - |
| YUV | 85.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 99 | 0.35 | 0.05 | 0 | 0.61 | 188.57 | 0.21 | 0.32 |
| Hex | 40 | 5E | 63 | 23 | 5 | 0 | 3D | BD | 15 | 20 |
| Octal | 100 | 136 | 143 | 43 | 5 | 0 | 75 | 275 | 25 | 40 |
| Binary | 1000000 | 1011110 | 1100011 | 100011 | 101 | 0 | 111101 | 10111101 | 10101 | 100000 |
Color Harmonies of #405E63
Complementary color
Monochromatic Colors of #405E63
Black with #405E63
Text Example
Text Example
White with #405E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405E63; }
p { color: rgb(64,94,99); }
H1.HeaderClassName
{
color: #405E63;
}
.AnyTagClassName
{
color: #405E63;
}
</style>
background-color css
<style>
a { background-color: #405E63; }
a { background-color: rgb(64,94,99); }
div.DivClassName
{
background-color: #405E63;
}
.BgClassName
{
background-color: #405E63;
}
</style>
border-color css
<style>
span { border-color: #405E63; }
span { border-color: rgb(64,94,99); }
td.TdClassName
{
border-color: #405E63;
}
.TagClassName
{
border-color: #405E63;
}
</style>