Shades of Smalt Blue #40606E
Tints of Smalt Blue #40606E
RGB
CMYK
RGB Variations
Color information
#40606E (or 0x40606E) is known color: Smalt Blue. HEX triplet: 40, 60 and 6E. RGB value is (64,96,110). Sum of RGB (Red+Green+Blue) = 64+96+110=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #40606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40606E is #BF9F91. Grayscale: #575757. Windows color (decimal): -12558226 or 7233600. OLE color: 7233600.
HSL color Cylindrical-coordinate representation of color #40606E: hue angle of 198.26º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40606E is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 96 | 110 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.57 |
| HSL | 198.26º | 0.26% | 0.34% | - |
| HSV(B) | 198.26º | 0.42% | 0.43% | - |
| XYZ | 9.11 | 10.58 | 16.31 | - |
| YUV | 88.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 110 | 0.42 | 0.13 | 0 | 0.57 | 198.26 | 0.26 | 0.34 |
| Hex | 40 | 60 | 6E | 2A | D | 0 | 39 | C6 | 1A | 22 |
| Octal | 100 | 140 | 156 | 52 | 15 | 0 | 71 | 306 | 32 | 42 |
| Binary | 1000000 | 1100000 | 1101110 | 101010 | 1101 | 0 | 111001 | 11000110 | 11010 | 100010 |
Color Harmonies of #40606E
Complementary color
Monochromatic Colors of #40606E
Black with #40606E
Text Example
Text Example
White with #40606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40606E; }
p { color: rgb(64,96,110); }
H1.HeaderClassName
{
color: #40606E;
}
.AnyTagClassName
{
color: #40606E;
}
</style>
background-color css
<style>
a { background-color: #40606E; }
a { background-color: rgb(64,96,110); }
div.DivClassName
{
background-color: #40606E;
}
.BgClassName
{
background-color: #40606E;
}
</style>
border-color css
<style>
span { border-color: #40606E; }
span { border-color: rgb(64,96,110); }
td.TdClassName
{
border-color: #40606E;
}
.TagClassName
{
border-color: #40606E;
}
</style>