Shades of Smalt Blue #405C63
Tints of Smalt Blue #405C63
RGB
CMYK
RGB Variations
Color information
#405C63 (or 0x405C63) is known color: Smalt Blue. HEX triplet: 40, 5C and 63. RGB value is (64,92,99). Sum of RGB (Red+Green+Blue) = 64+92+99=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #405C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C63 is #BFA39C. Grayscale: #545454. Windows color (decimal): -12559261 or 6511680. OLE color: 6511680.
HSL color Cylindrical-coordinate representation of color #405C63: hue angle of 192º 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 #405C63 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 92 | 99 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.61 |
| HSL | 192º | 0.21% | 0.32% | - |
| HSV(B) | 192º | 0.35% | 0.39% | - |
| XYZ | 8.19 | 9.65 | 13.23 | - |
| YUV | 84.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 99 | 0.35 | 0.07 | 0 | 0.61 | 192 | 0.21 | 0.32 |
| Hex | 40 | 5C | 63 | 23 | 7 | 0 | 3D | C0 | 15 | 20 |
| Octal | 100 | 134 | 143 | 43 | 7 | 0 | 75 | 300 | 25 | 40 |
| Binary | 1000000 | 1011100 | 1100011 | 100011 | 111 | 0 | 111101 | 11000000 | 10101 | 100000 |
Color Harmonies of #405C63
Complementary color
Monochromatic Colors of #405C63
Black with #405C63
Text Example
Text Example
White with #405C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C63; }
p { color: rgb(64,92,99); }
H1.HeaderClassName
{
color: #405C63;
}
.AnyTagClassName
{
color: #405C63;
}
</style>
background-color css
<style>
a { background-color: #405C63; }
a { background-color: rgb(64,92,99); }
div.DivClassName
{
background-color: #405C63;
}
.BgClassName
{
background-color: #405C63;
}
</style>
border-color css
<style>
span { border-color: #405C63; }
span { border-color: rgb(64,92,99); }
td.TdClassName
{
border-color: #405C63;
}
.TagClassName
{
border-color: #405C63;
}
</style>