Shades of Tax Break #486D73
Tints of Tax Break #486D73
RGB
CMYK
RGB Variations
Color information
#486D73 (or 0x486D73) is known color: Tax Break. HEX triplet: 48, 6D and 73. RGB value is (72,109,115). Sum of RGB (Red+Green+Blue) = 72+109+115=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #486D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D73 is #B7928C. Grayscale: #626262. Windows color (decimal): -12030605 or 7564616. OLE color: 7564616.
HSL color Cylindrical-coordinate representation of color #486D73: hue angle of 188.37º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486D73 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 109 | 115 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.55 |
| HSL | 188.37º | 0.23% | 0.37% | - |
| HSV(B) | 188.37º | 0.37% | 0.45% | - |
| XYZ | 11.24 | 13.55 | 18.24 | - |
| YUV | 98.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 115 | 0.37 | 0.05 | 0 | 0.55 | 188.37 | 0.23 | 0.37 |
| Hex | 48 | 6D | 73 | 25 | 5 | 0 | 37 | BC | 17 | 25 |
| Octal | 110 | 155 | 163 | 45 | 5 | 0 | 67 | 274 | 27 | 45 |
| Binary | 1001000 | 1101101 | 1110011 | 100101 | 101 | 0 | 110111 | 10111100 | 10111 | 100101 |
Color Harmonies of #486D73
Complementary color
Monochromatic Colors of #486D73
Black with #486D73
Text Example
Text Example
White with #486D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D73; }
p { color: rgb(72,109,115); }
H1.HeaderClassName
{
color: #486D73;
}
.AnyTagClassName
{
color: #486D73;
}
</style>
background-color css
<style>
a { background-color: #486D73; }
a { background-color: rgb(72,109,115); }
div.DivClassName
{
background-color: #486D73;
}
.BgClassName
{
background-color: #486D73;
}
</style>
border-color css
<style>
span { border-color: #486D73; }
span { border-color: rgb(72,109,115); }
td.TdClassName
{
border-color: #486D73;
}
.TagClassName
{
border-color: #486D73;
}
</style>