Shades of Smalt Blue #42636A
Tints of Smalt Blue #42636A
RGB
CMYK
RGB Variations
Color information
#42636A (or 0x42636A) is known color: Smalt Blue. HEX triplet: 42, 63 and 6A. RGB value is (66,99,106). Sum of RGB (Red+Green+Blue) = 66+99+106=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #42636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42636A is #BD9C95. Grayscale: #595959. Windows color (decimal): -12426390 or 6972226. OLE color: 6972226.
HSL color Cylindrical-coordinate representation of color #42636A: hue angle of 190.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42636A is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 99 | 106 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.58 |
| HSL | 190.5º | 0.23% | 0.34% | - |
| HSV(B) | 190.5º | 0.38% | 0.42% | - |
| XYZ | 9.31 | 11.12 | 15.29 | - |
| YUV | 89.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 106 | 0.38 | 0.07 | 0 | 0.58 | 190.5 | 0.23 | 0.34 |
| Hex | 42 | 63 | 6A | 26 | 7 | 0 | 3A | BE | 17 | 22 |
| Octal | 102 | 143 | 152 | 46 | 7 | 0 | 72 | 276 | 27 | 42 |
| Binary | 1000010 | 1100011 | 1101010 | 100110 | 111 | 0 | 111010 | 10111110 | 10111 | 100010 |
Color Harmonies of #42636A
Complementary color
Monochromatic Colors of #42636A
Black with #42636A
Text Example
Text Example
White with #42636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42636A; }
p { color: rgb(66,99,106); }
H1.HeaderClassName
{
color: #42636A;
}
.AnyTagClassName
{
color: #42636A;
}
</style>
background-color css
<style>
a { background-color: #42636A; }
a { background-color: rgb(66,99,106); }
div.DivClassName
{
background-color: #42636A;
}
.BgClassName
{
background-color: #42636A;
}
</style>
border-color css
<style>
span { border-color: #42636A; }
span { border-color: rgb(66,99,106); }
td.TdClassName
{
border-color: #42636A;
}
.TagClassName
{
border-color: #42636A;
}
</style>