Shades of Tax Break #476C6F
Tints of Tax Break #476C6F
RGB
CMYK
RGB Variations
Color information
#476C6F (or 0x476C6F) is known color: Tax Break. HEX triplet: 47, 6C and 6F. RGB value is (71,108,111). Sum of RGB (Red+Green+Blue) = 71+108+111=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #476C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C6F is #B89390. Grayscale: #616161. Windows color (decimal): -12096401 or 7302215. OLE color: 7302215.
HSL color Cylindrical-coordinate representation of color #476C6F: hue angle of 184.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #476C6F is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 108 | 111 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.56 |
| HSL | 184.5º | 0.22% | 0.36% | - |
| HSV(B) | 184.5º | 0.36% | 0.44% | - |
| XYZ | 10.83 | 13.21 | 17.02 | - |
| YUV | 97.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 111 | 0.36 | 0.03 | 0 | 0.56 | 184.5 | 0.22 | 0.36 |
| Hex | 47 | 6C | 6F | 24 | 3 | 0 | 38 | B8 | 16 | 24 |
| Octal | 107 | 154 | 157 | 44 | 3 | 0 | 70 | 270 | 26 | 44 |
| Binary | 1000111 | 1101100 | 1101111 | 100100 | 11 | 0 | 111000 | 10111000 | 10110 | 100100 |
Color Harmonies of #476C6F
Complementary color
Monochromatic Colors of #476C6F
Black with #476C6F
Text Example
Text Example
White with #476C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C6F; }
p { color: rgb(71,108,111); }
H1.HeaderClassName
{
color: #476C6F;
}
.AnyTagClassName
{
color: #476C6F;
}
</style>
background-color css
<style>
a { background-color: #476C6F; }
a { background-color: rgb(71,108,111); }
div.DivClassName
{
background-color: #476C6F;
}
.BgClassName
{
background-color: #476C6F;
}
</style>
border-color css
<style>
span { border-color: #476C6F; }
span { border-color: rgb(71,108,111); }
td.TdClassName
{
border-color: #476C6F;
}
.TagClassName
{
border-color: #476C6F;
}
</style>