Shades of Smalt Blue #40616E
Tints of Smalt Blue #40616E
RGB
CMYK
RGB Variations
Color information
#40616E (or 0x40616E) is known color: Smalt Blue. HEX triplet: 40, 61 and 6E. RGB value is (64,97,110). Sum of RGB (Red+Green+Blue) = 64+97+110=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #40616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40616E is #BF9E91. Grayscale: #585858. Windows color (decimal): -12557970 or 7233856. OLE color: 7233856.
HSL color Cylindrical-coordinate representation of color #40616E: hue angle of 196.96º 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 #40616E is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 97 | 110 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.57 |
| HSL | 196.96º | 0.26% | 0.34% | - |
| HSV(B) | 196.96º | 0.42% | 0.43% | - |
| XYZ | 9.2 | 10.77 | 16.34 | - |
| YUV | 88.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 110 | 0.42 | 0.12 | 0 | 0.57 | 196.96 | 0.26 | 0.34 |
| Hex | 40 | 61 | 6E | 2A | C | 0 | 39 | C5 | 1A | 22 |
| Octal | 100 | 141 | 156 | 52 | 14 | 0 | 71 | 305 | 32 | 42 |
| Binary | 1000000 | 1100001 | 1101110 | 101010 | 1100 | 0 | 111001 | 11000101 | 11010 | 100010 |
Color Harmonies of #40616E
Complementary color
Monochromatic Colors of #40616E
Black with #40616E
Text Example
Text Example
White with #40616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40616E; }
p { color: rgb(64,97,110); }
H1.HeaderClassName
{
color: #40616E;
}
.AnyTagClassName
{
color: #40616E;
}
</style>
background-color css
<style>
a { background-color: #40616E; }
a { background-color: rgb(64,97,110); }
div.DivClassName
{
background-color: #40616E;
}
.BgClassName
{
background-color: #40616E;
}
</style>
border-color css
<style>
span { border-color: #40616E; }
span { border-color: rgb(64,97,110); }
td.TdClassName
{
border-color: #40616E;
}
.TagClassName
{
border-color: #40616E;
}
</style>