Shades of Tax Break #47676C
Tints of Tax Break #47676C
RGB
CMYK
RGB Variations
Color information
#47676C (or 0x47676C) is known color: Tax Break. HEX triplet: 47, 67 and 6C. RGB value is (71,103,108). Sum of RGB (Red+Green+Blue) = 71+103+108=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #47676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47676C is #B89893. Grayscale: #5D5D5D. Windows color (decimal): -12097684 or 7104327. OLE color: 7104327.
HSL color Cylindrical-coordinate representation of color #47676C: hue angle of 188.11º 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 #47676C is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 103 | 108 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.58 |
| HSL | 188.11º | 0.21% | 0.35% | - |
| HSV(B) | 188.11º | 0.34% | 0.42% | - |
| XYZ | 10.16 | 12.12 | 15.99 | - |
| YUV | 94 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 103 | 108 | 0.34 | 0.05 | 0 | 0.58 | 188.11 | 0.21 | 0.35 |
| Hex | 47 | 67 | 6C | 22 | 5 | 0 | 3A | BC | 15 | 23 |
| Octal | 107 | 147 | 154 | 42 | 5 | 0 | 72 | 274 | 25 | 43 |
| Binary | 1000111 | 1100111 | 1101100 | 100010 | 101 | 0 | 111010 | 10111100 | 10101 | 100011 |
Color Harmonies of #47676C
Complementary color
Monochromatic Colors of #47676C
Black with #47676C
Text Example
Text Example
White with #47676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47676C; }
p { color: rgb(71,103,108); }
H1.HeaderClassName
{
color: #47676C;
}
.AnyTagClassName
{
color: #47676C;
}
</style>
background-color css
<style>
a { background-color: #47676C; }
a { background-color: rgb(71,103,108); }
div.DivClassName
{
background-color: #47676C;
}
.BgClassName
{
background-color: #47676C;
}
</style>
border-color css
<style>
span { border-color: #47676C; }
span { border-color: rgb(71,103,108); }
td.TdClassName
{
border-color: #47676C;
}
.TagClassName
{
border-color: #47676C;
}
</style>