Shades of Smalt Blue #415E67
Tints of Smalt Blue #415E67
RGB
CMYK
RGB Variations
Color information
#415E67 (or 0x415E67) is known color: Smalt Blue. HEX triplet: 41, 5E and 67. RGB value is (65,94,103). Sum of RGB (Red+Green+Blue) = 65+94+103=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 103 - color contains mainly: blue. Hex color #415E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E67 is #BEA198. Grayscale: #565656. Windows color (decimal): -12493209 or 6774337. OLE color: 6774337.
HSL color Cylindrical-coordinate representation of color #415E67: hue angle of 194.21º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #415E67 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 94 | 103 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.60 |
| HSL | 194.21º | 0.23% | 0.33% | - |
| HSV(B) | 194.21º | 0.37% | 0.4% | - |
| XYZ | 8.63 | 10.11 | 14.33 | - |
| YUV | 86.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 103 | 0.37 | 0.09 | 0 | 0.60 | 194.21 | 0.23 | 0.33 |
| Hex | 41 | 5E | 67 | 25 | 9 | 0 | 3C | C2 | 17 | 21 |
| Octal | 101 | 136 | 147 | 45 | 11 | 0 | 74 | 302 | 27 | 41 |
| Binary | 1000001 | 1011110 | 1100111 | 100101 | 1001 | 0 | 111100 | 11000010 | 10111 | 100001 |
Color Harmonies of #415E67
Complementary color
Monochromatic Colors of #415E67
Black with #415E67
Text Example
Text Example
White with #415E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415E67; }
p { color: rgb(65,94,103); }
H1.HeaderClassName
{
color: #415E67;
}
.AnyTagClassName
{
color: #415E67;
}
</style>
background-color css
<style>
a { background-color: #415E67; }
a { background-color: rgb(65,94,103); }
div.DivClassName
{
background-color: #415E67;
}
.BgClassName
{
background-color: #415E67;
}
</style>
border-color css
<style>
span { border-color: #415E67; }
span { border-color: rgb(65,94,103); }
td.TdClassName
{
border-color: #415E67;
}
.TagClassName
{
border-color: #415E67;
}
</style>