Shades of Smalt Blue #42636D
Tints of Smalt Blue #42636D
RGB
CMYK
RGB Variations
Color information
#42636D (or 0x42636D) is known color: Smalt Blue. HEX triplet: 42, 63 and 6D. RGB value is (66,99,109). Sum of RGB (Red+Green+Blue) = 66+99+109=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #42636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42636D is #BD9C92. Grayscale: #5A5A5A. Windows color (decimal): -12426387 or 7168834. OLE color: 7168834.
HSL color Cylindrical-coordinate representation of color #42636D: hue angle of 193.95º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42636D is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 99 | 109 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.57 |
| HSL | 193.95º | 0.25% | 0.34% | - |
| HSV(B) | 193.95º | 0.39% | 0.43% | - |
| XYZ | 9.47 | 11.19 | 16.13 | - |
| YUV | 90.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 109 | 0.39 | 0.09 | 0 | 0.57 | 193.95 | 0.25 | 0.34 |
| Hex | 42 | 63 | 6D | 27 | 9 | 0 | 39 | C2 | 19 | 22 |
| Octal | 102 | 143 | 155 | 47 | 11 | 0 | 71 | 302 | 31 | 42 |
| Binary | 1000010 | 1100011 | 1101101 | 100111 | 1001 | 0 | 111001 | 11000010 | 11001 | 100010 |
Color Harmonies of #42636D
Complementary color
Monochromatic Colors of #42636D
Black with #42636D
Text Example
Text Example
White with #42636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42636D; }
p { color: rgb(66,99,109); }
H1.HeaderClassName
{
color: #42636D;
}
.AnyTagClassName
{
color: #42636D;
}
</style>
background-color css
<style>
a { background-color: #42636D; }
a { background-color: rgb(66,99,109); }
div.DivClassName
{
background-color: #42636D;
}
.BgClassName
{
background-color: #42636D;
}
</style>
border-color css
<style>
span { border-color: #42636D; }
span { border-color: rgb(66,99,109); }
td.TdClassName
{
border-color: #42636D;
}
.TagClassName
{
border-color: #42636D;
}
</style>