Shades of Tax Break #47696D
Tints of Tax Break #47696D
RGB
CMYK
RGB Variations
Color information
#47696D (or 0x47696D) is known color: Tax Break. HEX triplet: 47, 69 and 6D. RGB value is (71,105,109). Sum of RGB (Red+Green+Blue) = 71+105+109=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #47696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47696D is #B89692. Grayscale: #5F5F5F. Windows color (decimal): -12097171 or 7170375. OLE color: 7170375.
HSL color Cylindrical-coordinate representation of color #47696D: hue angle of 186.32º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47696D is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 105 | 109 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.57 |
| HSL | 186.32º | 0.21% | 0.35% | - |
| HSV(B) | 186.32º | 0.35% | 0.43% | - |
| XYZ | 10.41 | 12.55 | 16.34 | - |
| YUV | 95.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 109 | 0.35 | 0.04 | 0 | 0.57 | 186.32 | 0.21 | 0.35 |
| Hex | 47 | 69 | 6D | 23 | 4 | 0 | 39 | BA | 15 | 23 |
| Octal | 107 | 151 | 155 | 43 | 4 | 0 | 71 | 272 | 25 | 43 |
| Binary | 1000111 | 1101001 | 1101101 | 100011 | 100 | 0 | 111001 | 10111010 | 10101 | 100011 |
Color Harmonies of #47696D
Complementary color
Monochromatic Colors of #47696D
Black with #47696D
Text Example
Text Example
White with #47696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47696D; }
p { color: rgb(71,105,109); }
H1.HeaderClassName
{
color: #47696D;
}
.AnyTagClassName
{
color: #47696D;
}
</style>
background-color css
<style>
a { background-color: #47696D; }
a { background-color: rgb(71,105,109); }
div.DivClassName
{
background-color: #47696D;
}
.BgClassName
{
background-color: #47696D;
}
</style>
border-color css
<style>
span { border-color: #47696D; }
span { border-color: rgb(71,105,109); }
td.TdClassName
{
border-color: #47696D;
}
.TagClassName
{
border-color: #47696D;
}
</style>