Shades of Tax Break #476A69
Tints of Tax Break #476A69
RGB
CMYK
RGB Variations
Color information
#476A69 (or 0x476A69) is known color: Tax Break. HEX triplet: 47, 6A and 69. RGB value is (71,106,105). Sum of RGB (Red+Green+Blue) = 71+106+105=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #476A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A69 is #B89596. Grayscale: #5F5F5F. Windows color (decimal): -12096919 or 6908487. OLE color: 6908487.
HSL color Cylindrical-coordinate representation of color #476A69: hue angle of 178.29º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476A69 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 106 | 105 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.58 |
| HSL | 178.29º | 0.2% | 0.35% | - |
| HSV(B) | 178.29º | 0.33% | 0.42% | - |
| XYZ | 10.3 | 12.67 | 15.27 | - |
| YUV | 95.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 105 | 0.33 | 0 | 0.01 | 0.58 | 178.29 | 0.2 | 0.35 |
| Hex | 47 | 6A | 69 | 21 | 0 | 1 | 3A | B2 | 14 | 23 |
| Octal | 107 | 152 | 151 | 41 | 0 | 1 | 72 | 262 | 24 | 43 |
| Binary | 1000111 | 1101010 | 1101001 | 100001 | 0 | 1 | 111010 | 10110010 | 10100 | 100011 |
Color Harmonies of #476A69
Complementary color
Monochromatic Colors of #476A69
Black with #476A69
Text Example
Text Example
White with #476A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476A69; }
p { color: rgb(71,106,105); }
H1.HeaderClassName
{
color: #476A69;
}
.AnyTagClassName
{
color: #476A69;
}
</style>
background-color css
<style>
a { background-color: #476A69; }
a { background-color: rgb(71,106,105); }
div.DivClassName
{
background-color: #476A69;
}
.BgClassName
{
background-color: #476A69;
}
</style>
border-color css
<style>
span { border-color: #476A69; }
span { border-color: rgb(71,106,105); }
td.TdClassName
{
border-color: #476A69;
}
.TagClassName
{
border-color: #476A69;
}
</style>