Shades of Smalt Blue #426169
Tints of Smalt Blue #426169
RGB
CMYK
RGB Variations
Color information
#426169 (or 0x426169) is known color: Smalt Blue. HEX triplet: 42, 61 and 69. RGB value is (66,97,105). Sum of RGB (Red+Green+Blue) = 66+97+105=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #426169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426169 is #BD9E96. Grayscale: #585858. Windows color (decimal): -12426903 or 6906178. OLE color: 6906178.
HSL color Cylindrical-coordinate representation of color #426169: hue angle of 192.31º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426169 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 97 | 105 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.59 |
| HSL | 192.31º | 0.23% | 0.34% | - |
| HSV(B) | 192.31º | 0.37% | 0.41% | - |
| XYZ | 9.07 | 10.73 | 14.96 | - |
| YUV | 88.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 105 | 0.37 | 0.08 | 0 | 0.59 | 192.31 | 0.23 | 0.34 |
| Hex | 42 | 61 | 69 | 25 | 8 | 0 | 3B | C0 | 17 | 22 |
| Octal | 102 | 141 | 151 | 45 | 10 | 0 | 73 | 300 | 27 | 42 |
| Binary | 1000010 | 1100001 | 1101001 | 100101 | 1000 | 0 | 111011 | 11000000 | 10111 | 100010 |
Color Harmonies of #426169
Complementary color
Monochromatic Colors of #426169
Black with #426169
Text Example
Text Example
White with #426169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426169; }
p { color: rgb(66,97,105); }
H1.HeaderClassName
{
color: #426169;
}
.AnyTagClassName
{
color: #426169;
}
</style>
background-color css
<style>
a { background-color: #426169; }
a { background-color: rgb(66,97,105); }
div.DivClassName
{
background-color: #426169;
}
.BgClassName
{
background-color: #426169;
}
</style>
border-color css
<style>
span { border-color: #426169; }
span { border-color: rgb(66,97,105); }
td.TdClassName
{
border-color: #426169;
}
.TagClassName
{
border-color: #426169;
}
</style>