Shades of Tax Break #486563
Tints of Tax Break #486563
RGB
CMYK
RGB Variations
Color information
#486563 (or 0x486563) is known color: Tax Break. HEX triplet: 48, 65 and 63. RGB value is (72,101,99). Sum of RGB (Red+Green+Blue) = 72+101+99=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #486563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486563 is #B79A9C. Grayscale: #5C5C5C. Windows color (decimal): -12032669 or 6513992. OLE color: 6513992.
HSL color Cylindrical-coordinate representation of color #486563: hue angle of 175.86º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486563 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 99 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.60 |
| HSL | 175.86º | 0.17% | 0.34% | - |
| HSV(B) | 175.86º | 0.29% | 0.4% | - |
| XYZ | 9.58 | 11.59 | 13.54 | - |
| YUV | 92.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 99 | 0.29 | 0 | 0.02 | 0.60 | 175.86 | 0.17 | 0.34 |
| Hex | 48 | 65 | 63 | 1D | 0 | 2 | 3C | B0 | 11 | 22 |
| Octal | 110 | 145 | 143 | 35 | 0 | 2 | 74 | 260 | 21 | 42 |
| Binary | 1001000 | 1100101 | 1100011 | 11101 | 0 | 10 | 111100 | 10110000 | 10001 | 100010 |
Color Harmonies of #486563
Complementary color
Monochromatic Colors of #486563
Black with #486563
Text Example
Text Example
White with #486563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486563; }
p { color: rgb(72,101,99); }
H1.HeaderClassName
{
color: #486563;
}
.AnyTagClassName
{
color: #486563;
}
</style>
background-color css
<style>
a { background-color: #486563; }
a { background-color: rgb(72,101,99); }
div.DivClassName
{
background-color: #486563;
}
.BgClassName
{
background-color: #486563;
}
</style>
border-color css
<style>
span { border-color: #486563; }
span { border-color: rgb(72,101,99); }
td.TdClassName
{
border-color: #486563;
}
.TagClassName
{
border-color: #486563;
}
</style>