Shades of Tax Break #476D70
Tints of Tax Break #476D70
RGB
CMYK
RGB Variations
Color information
#476D70 (or 0x476D70) is known color: Tax Break. HEX triplet: 47, 6D and 70. RGB value is (71,109,112). Sum of RGB (Red+Green+Blue) = 71+109+112=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #476D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D70 is #B8928F. Grayscale: #616161. Windows color (decimal): -12096144 or 7368007. OLE color: 7368007.
HSL color Cylindrical-coordinate representation of color #476D70: hue angle of 184.39º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476D70 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 109 | 112 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.56 |
| HSL | 184.39º | 0.22% | 0.36% | - |
| HSV(B) | 184.39º | 0.37% | 0.44% | - |
| XYZ | 10.99 | 13.45 | 17.35 | - |
| YUV | 97.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 112 | 0.37 | 0.03 | 0 | 0.56 | 184.39 | 0.22 | 0.36 |
| Hex | 47 | 6D | 70 | 25 | 3 | 0 | 38 | B8 | 16 | 24 |
| Octal | 107 | 155 | 160 | 45 | 3 | 0 | 70 | 270 | 26 | 44 |
| Binary | 1000111 | 1101101 | 1110000 | 100101 | 11 | 0 | 111000 | 10111000 | 10110 | 100100 |
Color Harmonies of #476D70
Complementary color
Monochromatic Colors of #476D70
Black with #476D70
Text Example
Text Example
White with #476D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476D70; }
p { color: rgb(71,109,112); }
H1.HeaderClassName
{
color: #476D70;
}
.AnyTagClassName
{
color: #476D70;
}
</style>
background-color css
<style>
a { background-color: #476D70; }
a { background-color: rgb(71,109,112); }
div.DivClassName
{
background-color: #476D70;
}
.BgClassName
{
background-color: #476D70;
}
</style>
border-color css
<style>
span { border-color: #476D70; }
span { border-color: rgb(71,109,112); }
td.TdClassName
{
border-color: #476D70;
}
.TagClassName
{
border-color: #476D70;
}
</style>