Shades of Smalt Blue #40606A
Tints of Smalt Blue #40606A
RGB
CMYK
RGB Variations
Color information
#40606A (or 0x40606A) is known color: Smalt Blue. HEX triplet: 40, 60 and 6A. RGB value is (64,96,106). Sum of RGB (Red+Green+Blue) = 64+96+106=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #40606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40606A is #BF9F95. Grayscale: #575757. Windows color (decimal): -12558230 or 6971456. OLE color: 6971456.
HSL color Cylindrical-coordinate representation of color #40606A: hue angle of 194.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40606A is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 96 | 106 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.58 |
| HSL | 194.29º | 0.25% | 0.33% | - |
| HSV(B) | 194.29º | 0.4% | 0.42% | - |
| XYZ | 8.9 | 10.5 | 15.19 | - |
| YUV | 87.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 106 | 0.40 | 0.09 | 0 | 0.58 | 194.29 | 0.25 | 0.33 |
| Hex | 40 | 60 | 6A | 28 | 9 | 0 | 3A | C2 | 19 | 21 |
| Octal | 100 | 140 | 152 | 50 | 11 | 0 | 72 | 302 | 31 | 41 |
| Binary | 1000000 | 1100000 | 1101010 | 101000 | 1001 | 0 | 111010 | 11000010 | 11001 | 100001 |
Color Harmonies of #40606A
Complementary color
Monochromatic Colors of #40606A
Black with #40606A
Text Example
Text Example
White with #40606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40606A; }
p { color: rgb(64,96,106); }
H1.HeaderClassName
{
color: #40606A;
}
.AnyTagClassName
{
color: #40606A;
}
</style>
background-color css
<style>
a { background-color: #40606A; }
a { background-color: rgb(64,96,106); }
div.DivClassName
{
background-color: #40606A;
}
.BgClassName
{
background-color: #40606A;
}
</style>
border-color css
<style>
span { border-color: #40606A; }
span { border-color: rgb(64,96,106); }
td.TdClassName
{
border-color: #40606A;
}
.TagClassName
{
border-color: #40606A;
}
</style>