Shades of Smalt Blue #41636B
Tints of Smalt Blue #41636B
RGB
CMYK
RGB Variations
Color information
#41636B (or 0x41636B) is known color: Smalt Blue. HEX triplet: 41, 63 and 6B. RGB value is (65,99,107). Sum of RGB (Red+Green+Blue) = 65+99+107=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #41636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41636B is #BE9C94. Grayscale: #595959. Windows color (decimal): -12491925 or 7037761. OLE color: 7037761.
HSL color Cylindrical-coordinate representation of color #41636B: hue angle of 191.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41636B is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 99 | 107 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.58 |
| HSL | 191.43º | 0.24% | 0.34% | - |
| HSV(B) | 191.43º | 0.39% | 0.42% | - |
| XYZ | 9.3 | 11.11 | 15.56 | - |
| YUV | 89.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 107 | 0.39 | 0.07 | 0 | 0.58 | 191.43 | 0.24 | 0.34 |
| Hex | 41 | 63 | 6B | 27 | 7 | 0 | 3A | BF | 18 | 22 |
| Octal | 101 | 143 | 153 | 47 | 7 | 0 | 72 | 277 | 30 | 42 |
| Binary | 1000001 | 1100011 | 1101011 | 100111 | 111 | 0 | 111010 | 10111111 | 11000 | 100010 |
Color Harmonies of #41636B
Complementary color
Monochromatic Colors of #41636B
Black with #41636B
Text Example
Text Example
White with #41636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41636B; }
p { color: rgb(65,99,107); }
H1.HeaderClassName
{
color: #41636B;
}
.AnyTagClassName
{
color: #41636B;
}
</style>
background-color css
<style>
a { background-color: #41636B; }
a { background-color: rgb(65,99,107); }
div.DivClassName
{
background-color: #41636B;
}
.BgClassName
{
background-color: #41636B;
}
</style>
border-color css
<style>
span { border-color: #41636B; }
span { border-color: rgb(65,99,107); }
td.TdClassName
{
border-color: #41636B;
}
.TagClassName
{
border-color: #41636B;
}
</style>