Shades of Smalt Blue #40616D
Tints of Smalt Blue #40616D
RGB
CMYK
RGB Variations
Color information
#40616D (or 0x40616D) is known color: Smalt Blue. HEX triplet: 40, 61 and 6D. RGB value is (64,97,109). Sum of RGB (Red+Green+Blue) = 64+97+109=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #40616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40616D is #BF9E92. Grayscale: #585858. Windows color (decimal): -12557971 or 7168320. OLE color: 7168320.
HSL color Cylindrical-coordinate representation of color #40616D: hue angle of 196º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40616D is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 97 | 109 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.57 |
| HSL | 196º | 0.26% | 0.34% | - |
| HSV(B) | 196º | 0.41% | 0.43% | - |
| XYZ | 9.15 | 10.74 | 16.06 | - |
| YUV | 88.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 109 | 0.41 | 0.11 | 0 | 0.57 | 196 | 0.26 | 0.34 |
| Hex | 40 | 61 | 6D | 29 | B | 0 | 39 | C4 | 1A | 22 |
| Octal | 100 | 141 | 155 | 51 | 13 | 0 | 71 | 304 | 32 | 42 |
| Binary | 1000000 | 1100001 | 1101101 | 101001 | 1011 | 0 | 111001 | 11000100 | 11010 | 100010 |
Color Harmonies of #40616D
Complementary color
Monochromatic Colors of #40616D
Black with #40616D
Text Example
Text Example
White with #40616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40616D; }
p { color: rgb(64,97,109); }
H1.HeaderClassName
{
color: #40616D;
}
.AnyTagClassName
{
color: #40616D;
}
</style>
background-color css
<style>
a { background-color: #40616D; }
a { background-color: rgb(64,97,109); }
div.DivClassName
{
background-color: #40616D;
}
.BgClassName
{
background-color: #40616D;
}
</style>
border-color css
<style>
span { border-color: #40616D; }
span { border-color: rgb(64,97,109); }
td.TdClassName
{
border-color: #40616D;
}
.TagClassName
{
border-color: #40616D;
}
</style>