Shades of Smalt Blue #41616B
Tints of Smalt Blue #41616B
RGB
CMYK
RGB Variations
Color information
#41616B (or 0x41616B) is known color: Smalt Blue. HEX triplet: 41, 61 and 6B. RGB value is (65,97,107). Sum of RGB (Red+Green+Blue) = 65+97+107=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #41616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41616B is #BE9E94. Grayscale: #585858. Windows color (decimal): -12492437 or 7037249. OLE color: 7037249.
HSL color Cylindrical-coordinate representation of color #41616B: hue angle of 194.29º 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 #41616B is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 97 | 107 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.58 |
| HSL | 194.29º | 0.24% | 0.34% | - |
| HSV(B) | 194.29º | 0.39% | 0.42% | - |
| XYZ | 9.11 | 10.73 | 15.5 | - |
| YUV | 88.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 107 | 0.39 | 0.09 | 0 | 0.58 | 194.29 | 0.24 | 0.34 |
| Hex | 41 | 61 | 6B | 27 | 9 | 0 | 3A | C2 | 18 | 22 |
| Octal | 101 | 141 | 153 | 47 | 11 | 0 | 72 | 302 | 30 | 42 |
| Binary | 1000001 | 1100001 | 1101011 | 100111 | 1001 | 0 | 111010 | 11000010 | 11000 | 100010 |
Color Harmonies of #41616B
Complementary color
Monochromatic Colors of #41616B
Black with #41616B
Text Example
Text Example
White with #41616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41616B; }
p { color: rgb(65,97,107); }
H1.HeaderClassName
{
color: #41616B;
}
.AnyTagClassName
{
color: #41616B;
}
</style>
background-color css
<style>
a { background-color: #41616B; }
a { background-color: rgb(65,97,107); }
div.DivClassName
{
background-color: #41616B;
}
.BgClassName
{
background-color: #41616B;
}
</style>
border-color css
<style>
span { border-color: #41616B; }
span { border-color: rgb(65,97,107); }
td.TdClassName
{
border-color: #41616B;
}
.TagClassName
{
border-color: #41616B;
}
</style>