Shades of Smalt Blue #41636C
Tints of Smalt Blue #41636C
RGB
CMYK
RGB Variations
Color information
#41636C (or 0x41636C) is known color: Smalt Blue. HEX triplet: 41, 63 and 6C. RGB value is (65,99,108). Sum of RGB (Red+Green+Blue) = 65+99+108=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #41636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41636C is #BE9C93. Grayscale: #595959. Windows color (decimal): -12491924 or 7103297. OLE color: 7103297.
HSL color Cylindrical-coordinate representation of color #41636C: hue angle of 192.56º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41636C is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 99 | 108 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.58 |
| HSL | 192.56º | 0.25% | 0.34% | - |
| HSV(B) | 192.56º | 0.4% | 0.42% | - |
| XYZ | 9.35 | 11.13 | 15.84 | - |
| YUV | 89.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 108 | 0.40 | 0.08 | 0 | 0.58 | 192.56 | 0.25 | 0.34 |
| Hex | 41 | 63 | 6C | 28 | 8 | 0 | 3A | C1 | 19 | 22 |
| Octal | 101 | 143 | 154 | 50 | 10 | 0 | 72 | 301 | 31 | 42 |
| Binary | 1000001 | 1100011 | 1101100 | 101000 | 1000 | 0 | 111010 | 11000001 | 11001 | 100010 |
Color Harmonies of #41636C
Complementary color
Monochromatic Colors of #41636C
Black with #41636C
Text Example
Text Example
White with #41636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41636C; }
p { color: rgb(65,99,108); }
H1.HeaderClassName
{
color: #41636C;
}
.AnyTagClassName
{
color: #41636C;
}
</style>
background-color css
<style>
a { background-color: #41636C; }
a { background-color: rgb(65,99,108); }
div.DivClassName
{
background-color: #41636C;
}
.BgClassName
{
background-color: #41636C;
}
</style>
border-color css
<style>
span { border-color: #41636C; }
span { border-color: rgb(65,99,108); }
td.TdClassName
{
border-color: #41636C;
}
.TagClassName
{
border-color: #41636C;
}
</style>