Shades of Smalt Blue #415D63
Tints of Smalt Blue #415D63
RGB
CMYK
RGB Variations
Color information
#415D63 (or 0x415D63) is known color: Smalt Blue. HEX triplet: 41, 5D and 63. RGB value is (65,93,99). Sum of RGB (Red+Green+Blue) = 65+93+99=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 93 (36.72% from 255 or 36.19% 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 #415D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D63 is #BEA29C. Grayscale: #555555. Windows color (decimal): -12493469 or 6511937. OLE color: 6511937.
HSL color Cylindrical-coordinate representation of color #415D63: hue angle of 190.59º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #415D63 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 93 | 99 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.61 |
| HSL | 190.59º | 0.21% | 0.32% | - |
| HSV(B) | 190.59º | 0.34% | 0.39% | - |
| XYZ | 8.35 | 9.85 | 13.27 | - |
| YUV | 85.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 99 | 0.34 | 0.06 | 0 | 0.61 | 190.59 | 0.21 | 0.32 |
| Hex | 41 | 5D | 63 | 22 | 6 | 0 | 3D | BF | 15 | 20 |
| Octal | 101 | 135 | 143 | 42 | 6 | 0 | 75 | 277 | 25 | 40 |
| Binary | 1000001 | 1011101 | 1100011 | 100010 | 110 | 0 | 111101 | 10111111 | 10101 | 100000 |
Color Harmonies of #415D63
Complementary color
Monochromatic Colors of #415D63
Black with #415D63
Text Example
Text Example
White with #415D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D63; }
p { color: rgb(65,93,99); }
H1.HeaderClassName
{
color: #415D63;
}
.AnyTagClassName
{
color: #415D63;
}
</style>
background-color css
<style>
a { background-color: #415D63; }
a { background-color: rgb(65,93,99); }
div.DivClassName
{
background-color: #415D63;
}
.BgClassName
{
background-color: #415D63;
}
</style>
border-color css
<style>
span { border-color: #415D63; }
span { border-color: rgb(65,93,99); }
td.TdClassName
{
border-color: #415D63;
}
.TagClassName
{
border-color: #415D63;
}
</style>