Shades of Smalt Blue #41616F
Tints of Smalt Blue #41616F
RGB
CMYK
RGB Variations
Color information
#41616F (or 0x41616F) is known color: Smalt Blue. HEX triplet: 41, 61 and 6F. RGB value is (65,97,111). Sum of RGB (Red+Green+Blue) = 65+97+111=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #41616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41616F is #BE9E90. Grayscale: #585858. Windows color (decimal): -12492433 or 7299393. OLE color: 7299393.
HSL color Cylindrical-coordinate representation of color #41616F: hue angle of 198.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #41616F is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 97 | 111 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.56 |
| HSL | 198.26º | 0.26% | 0.35% | - |
| HSV(B) | 198.26º | 0.41% | 0.44% | - |
| XYZ | 9.32 | 10.82 | 16.64 | - |
| YUV | 89.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 111 | 0.41 | 0.13 | 0 | 0.56 | 198.26 | 0.26 | 0.35 |
| Hex | 41 | 61 | 6F | 29 | D | 0 | 38 | C6 | 1A | 23 |
| Octal | 101 | 141 | 157 | 51 | 15 | 0 | 70 | 306 | 32 | 43 |
| Binary | 1000001 | 1100001 | 1101111 | 101001 | 1101 | 0 | 111000 | 11000110 | 11010 | 100011 |
Color Harmonies of #41616F
Complementary color
Monochromatic Colors of #41616F
Black with #41616F
Text Example
Text Example
White with #41616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41616F; }
p { color: rgb(65,97,111); }
H1.HeaderClassName
{
color: #41616F;
}
.AnyTagClassName
{
color: #41616F;
}
</style>
background-color css
<style>
a { background-color: #41616F; }
a { background-color: rgb(65,97,111); }
div.DivClassName
{
background-color: #41616F;
}
.BgClassName
{
background-color: #41616F;
}
</style>
border-color css
<style>
span { border-color: #41616F; }
span { border-color: rgb(65,97,111); }
td.TdClassName
{
border-color: #41616F;
}
.TagClassName
{
border-color: #41616F;
}
</style>