Shades of Tax Break #476C6C
Tints of Tax Break #476C6C
RGB
CMYK
RGB Variations
Color information
#476C6C (or 0x476C6C) is known color: Tax Break. HEX triplet: 47, 6C and 6C. RGB value is (71,108,108). Sum of RGB (Red+Green+Blue) = 71+108+108=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #476C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C6C is #B89393. Grayscale: #606060. Windows color (decimal): -12096404 or 7105607. OLE color: 7105607.
HSL color Cylindrical-coordinate representation of color #476C6C: hue angle of 180º 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 #476C6C is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 108 | - |
| CMYK | 0.34 | 0 | 0 | 0.58 |
| HSL | 180º | 0.21% | 0.35% | - |
| HSV(B) | 180º | 0.34% | 0.42% | - |
| XYZ | 10.67 | 13.15 | 16.16 | - |
| YUV | 96.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 108 | 0.34 | 0 | 0 | 0.58 | 180 | 0.21 | 0.35 |
| Hex | 47 | 6C | 6C | 22 | 0 | 0 | 3A | B4 | 15 | 23 |
| Octal | 107 | 154 | 154 | 42 | 0 | 0 | 72 | 264 | 25 | 43 |
| Binary | 1000111 | 1101100 | 1101100 | 100010 | 0 | 0 | 111010 | 10110100 | 10101 | 100011 |
Color Harmonies of #476C6C
Complementary color
Monochromatic Colors of #476C6C
Black with #476C6C
Text Example
Text Example
White with #476C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C6C; }
p { color: rgb(71,108,108); }
H1.HeaderClassName
{
color: #476C6C;
}
.AnyTagClassName
{
color: #476C6C;
}
</style>
background-color css
<style>
a { background-color: #476C6C; }
a { background-color: rgb(71,108,108); }
div.DivClassName
{
background-color: #476C6C;
}
.BgClassName
{
background-color: #476C6C;
}
</style>
border-color css
<style>
span { border-color: #476C6C; }
span { border-color: rgb(71,108,108); }
td.TdClassName
{
border-color: #476C6C;
}
.TagClassName
{
border-color: #476C6C;
}
</style>