Shades of Tax Break #47686B
Tints of Tax Break #47686B
RGB
CMYK
RGB Variations
Color information
#47686B (or 0x47686B) is known color: Tax Break. HEX triplet: 47, 68 and 6B. RGB value is (71,104,107). Sum of RGB (Red+Green+Blue) = 71+104+107=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #47686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47686B is #B89794. Grayscale: #5E5E5E. Windows color (decimal): -12097429 or 7039047. OLE color: 7039047.
HSL color Cylindrical-coordinate representation of color #47686B: hue angle of 185º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47686B is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 104 | 107 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.58 |
| HSL | 185º | 0.2% | 0.35% | - |
| HSV(B) | 185º | 0.34% | 0.42% | - |
| XYZ | 10.2 | 12.3 | 15.75 | - |
| YUV | 94.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 107 | 0.34 | 0.03 | 0 | 0.58 | 185 | 0.2 | 0.35 |
| Hex | 47 | 68 | 6B | 22 | 3 | 0 | 3A | B9 | 14 | 23 |
| Octal | 107 | 150 | 153 | 42 | 3 | 0 | 72 | 271 | 24 | 43 |
| Binary | 1000111 | 1101000 | 1101011 | 100010 | 11 | 0 | 111010 | 10111001 | 10100 | 100011 |
Color Harmonies of #47686B
Complementary color
Monochromatic Colors of #47686B
Black with #47686B
Text Example
Text Example
White with #47686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47686B; }
p { color: rgb(71,104,107); }
H1.HeaderClassName
{
color: #47686B;
}
.AnyTagClassName
{
color: #47686B;
}
</style>
background-color css
<style>
a { background-color: #47686B; }
a { background-color: rgb(71,104,107); }
div.DivClassName
{
background-color: #47686B;
}
.BgClassName
{
background-color: #47686B;
}
</style>
border-color css
<style>
span { border-color: #47686B; }
span { border-color: rgb(71,104,107); }
td.TdClassName
{
border-color: #47686B;
}
.TagClassName
{
border-color: #47686B;
}
</style>