Shades of Tax Break #46686E
Tints of Tax Break #46686E
RGB
CMYK
RGB Variations
Color information
#46686E (or 0x46686E) is known color: Tax Break. HEX triplet: 46, 68 and 6E. RGB value is (70,104,110). Sum of RGB (Red+Green+Blue) = 70+104+110=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #46686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46686E is #B99791. Grayscale: #5E5E5E. Windows color (decimal): -12162962 or 7235654. OLE color: 7235654.
HSL color Cylindrical-coordinate representation of color #46686E: hue angle of 189º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46686E is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 104 | 110 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.57 |
| HSL | 189º | 0.22% | 0.35% | - |
| HSV(B) | 189º | 0.36% | 0.43% | - |
| XYZ | 10.29 | 12.33 | 16.59 | - |
| YUV | 94.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 110 | 0.36 | 0.05 | 0 | 0.57 | 189 | 0.22 | 0.35 |
| Hex | 46 | 68 | 6E | 24 | 5 | 0 | 39 | BD | 16 | 23 |
| Octal | 106 | 150 | 156 | 44 | 5 | 0 | 71 | 275 | 26 | 43 |
| Binary | 1000110 | 1101000 | 1101110 | 100100 | 101 | 0 | 111001 | 10111101 | 10110 | 100011 |
Color Harmonies of #46686E
Complementary color
Monochromatic Colors of #46686E
Black with #46686E
Text Example
Text Example
White with #46686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46686E; }
p { color: rgb(70,104,110); }
H1.HeaderClassName
{
color: #46686E;
}
.AnyTagClassName
{
color: #46686E;
}
</style>
background-color css
<style>
a { background-color: #46686E; }
a { background-color: rgb(70,104,110); }
div.DivClassName
{
background-color: #46686E;
}
.BgClassName
{
background-color: #46686E;
}
</style>
border-color css
<style>
span { border-color: #46686E; }
span { border-color: rgb(70,104,110); }
td.TdClassName
{
border-color: #46686E;
}
.TagClassName
{
border-color: #46686E;
}
</style>