Shades of Smalt Blue #40606B
Tints of Smalt Blue #40606B
RGB
CMYK
RGB Variations
Color information
#40606B (or 0x40606B) is known color: Smalt Blue. HEX triplet: 40, 60 and 6B. RGB value is (64,96,107). Sum of RGB (Red+Green+Blue) = 64+96+107=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #40606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40606B is #BF9F94. Grayscale: #575757. Windows color (decimal): -12558229 or 7036992. OLE color: 7036992.
HSL color Cylindrical-coordinate representation of color #40606B: hue angle of 195.35º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40606B is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 96 | 107 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.58 |
| HSL | 195.35º | 0.25% | 0.34% | - |
| HSV(B) | 195.35º | 0.4% | 0.42% | - |
| XYZ | 8.95 | 10.52 | 15.47 | - |
| YUV | 87.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 107 | 0.40 | 0.10 | 0 | 0.58 | 195.35 | 0.25 | 0.34 |
| Hex | 40 | 60 | 6B | 28 | A | 0 | 3A | C3 | 19 | 22 |
| Octal | 100 | 140 | 153 | 50 | 12 | 0 | 72 | 303 | 31 | 42 |
| Binary | 1000000 | 1100000 | 1101011 | 101000 | 1010 | 0 | 111010 | 11000011 | 11001 | 100010 |
Color Harmonies of #40606B
Complementary color
Monochromatic Colors of #40606B
Black with #40606B
Text Example
Text Example
White with #40606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40606B; }
p { color: rgb(64,96,107); }
H1.HeaderClassName
{
color: #40606B;
}
.AnyTagClassName
{
color: #40606B;
}
</style>
background-color css
<style>
a { background-color: #40606B; }
a { background-color: rgb(64,96,107); }
div.DivClassName
{
background-color: #40606B;
}
.BgClassName
{
background-color: #40606B;
}
</style>
border-color css
<style>
span { border-color: #40606B; }
span { border-color: rgb(64,96,107); }
td.TdClassName
{
border-color: #40606B;
}
.TagClassName
{
border-color: #40606B;
}
</style>