Shades of Tax Break #47686C
Tints of Tax Break #47686C
RGB
CMYK
RGB Variations
Color information
#47686C (or 0x47686C) is known color: Tax Break. HEX triplet: 47, 68 and 6C. RGB value is (71,104,108). Sum of RGB (Red+Green+Blue) = 71+104+108=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #47686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47686C is #B89793. Grayscale: #5E5E5E. Windows color (decimal): -12097428 or 7104583. OLE color: 7104583.
HSL color Cylindrical-coordinate representation of color #47686C: hue angle of 186.49º degrees, saturation: 0.21, 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 #47686C is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 104 | 108 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.58 |
| HSL | 186.49º | 0.21% | 0.35% | - |
| HSV(B) | 186.49º | 0.34% | 0.42% | - |
| XYZ | 10.26 | 12.32 | 16.03 | - |
| YUV | 94.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 108 | 0.34 | 0.04 | 0 | 0.58 | 186.49 | 0.21 | 0.35 |
| Hex | 47 | 68 | 6C | 22 | 4 | 0 | 3A | BA | 15 | 23 |
| Octal | 107 | 150 | 154 | 42 | 4 | 0 | 72 | 272 | 25 | 43 |
| Binary | 1000111 | 1101000 | 1101100 | 100010 | 100 | 0 | 111010 | 10111010 | 10101 | 100011 |
Color Harmonies of #47686C
Complementary color
Monochromatic Colors of #47686C
Black with #47686C
Text Example
Text Example
White with #47686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47686C; }
p { color: rgb(71,104,108); }
H1.HeaderClassName
{
color: #47686C;
}
.AnyTagClassName
{
color: #47686C;
}
</style>
background-color css
<style>
a { background-color: #47686C; }
a { background-color: rgb(71,104,108); }
div.DivClassName
{
background-color: #47686C;
}
.BgClassName
{
background-color: #47686C;
}
</style>
border-color css
<style>
span { border-color: #47686C; }
span { border-color: rgb(71,104,108); }
td.TdClassName
{
border-color: #47686C;
}
.TagClassName
{
border-color: #47686C;
}
</style>