Shades of Tax Break #476B6C
Tints of Tax Break #476B6C
RGB
CMYK
RGB Variations
Color information
#476B6C (or 0x476B6C) is known color: Tax Break. HEX triplet: 47, 6B and 6C. RGB value is (71,107,108). Sum of RGB (Red+Green+Blue) = 71+107+108=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #476B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B6C is #B89493. Grayscale: #606060. Windows color (decimal): -12096660 or 7105351. OLE color: 7105351.
HSL color Cylindrical-coordinate representation of color #476B6C: hue angle of 181.62º 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 #476B6C is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 107 | 108 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.58 |
| HSL | 181.62º | 0.21% | 0.35% | - |
| HSV(B) | 181.62º | 0.34% | 0.42% | - |
| XYZ | 10.56 | 12.94 | 16.13 | - |
| YUV | 96.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 108 | 0.34 | 0.01 | 0 | 0.58 | 181.62 | 0.21 | 0.35 |
| Hex | 47 | 6B | 6C | 22 | 1 | 0 | 3A | B6 | 15 | 23 |
| Octal | 107 | 153 | 154 | 42 | 1 | 0 | 72 | 266 | 25 | 43 |
| Binary | 1000111 | 1101011 | 1101100 | 100010 | 1 | 0 | 111010 | 10110110 | 10101 | 100011 |
Color Harmonies of #476B6C
Complementary color
Monochromatic Colors of #476B6C
Black with #476B6C
Text Example
Text Example
White with #476B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476B6C; }
p { color: rgb(71,107,108); }
H1.HeaderClassName
{
color: #476B6C;
}
.AnyTagClassName
{
color: #476B6C;
}
</style>
background-color css
<style>
a { background-color: #476B6C; }
a { background-color: rgb(71,107,108); }
div.DivClassName
{
background-color: #476B6C;
}
.BgClassName
{
background-color: #476B6C;
}
</style>
border-color css
<style>
span { border-color: #476B6C; }
span { border-color: rgb(71,107,108); }
td.TdClassName
{
border-color: #476B6C;
}
.TagClassName
{
border-color: #476B6C;
}
</style>