Shades of Smalt Blue #40626C
Tints of Smalt Blue #40626C
RGB
CMYK
RGB Variations
Color information
#40626C (or 0x40626C) is known color: Smalt Blue. HEX triplet: 40, 62 and 6C. RGB value is (64,98,108). Sum of RGB (Red+Green+Blue) = 64+98+108=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #40626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40626C is #BF9D93. Grayscale: #585858. Windows color (decimal): -12557716 or 7103040. OLE color: 7103040.
HSL color Cylindrical-coordinate representation of color #40626C: hue angle of 193.64º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40626C is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 98 | 108 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.58 |
| HSL | 193.64º | 0.26% | 0.34% | - |
| HSV(B) | 193.64º | 0.41% | 0.42% | - |
| XYZ | 9.19 | 10.91 | 15.81 | - |
| YUV | 88.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 108 | 0.41 | 0.09 | 0 | 0.58 | 193.64 | 0.26 | 0.34 |
| Hex | 40 | 62 | 6C | 29 | 9 | 0 | 3A | C2 | 1A | 22 |
| Octal | 100 | 142 | 154 | 51 | 11 | 0 | 72 | 302 | 32 | 42 |
| Binary | 1000000 | 1100010 | 1101100 | 101001 | 1001 | 0 | 111010 | 11000010 | 11010 | 100010 |
Color Harmonies of #40626C
Complementary color
Monochromatic Colors of #40626C
Black with #40626C
Text Example
Text Example
White with #40626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40626C; }
p { color: rgb(64,98,108); }
H1.HeaderClassName
{
color: #40626C;
}
.AnyTagClassName
{
color: #40626C;
}
</style>
background-color css
<style>
a { background-color: #40626C; }
a { background-color: rgb(64,98,108); }
div.DivClassName
{
background-color: #40626C;
}
.BgClassName
{
background-color: #40626C;
}
</style>
border-color css
<style>
span { border-color: #40626C; }
span { border-color: rgb(64,98,108); }
td.TdClassName
{
border-color: #40626C;
}
.TagClassName
{
border-color: #40626C;
}
</style>