Shades of Tax Break #486D72
Tints of Tax Break #486D72
RGB
CMYK
RGB Variations
Color information
#486D72 (or 0x486D72) is known color: Tax Break. HEX triplet: 48, 6D and 72. RGB value is (72,109,114). Sum of RGB (Red+Green+Blue) = 72+109+114=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #486D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D72 is #B7928D. Grayscale: #626262. Windows color (decimal): -12030606 or 7499080. OLE color: 7499080.
HSL color Cylindrical-coordinate representation of color #486D72: hue angle of 187.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486D72 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 109 | 114 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.55 |
| HSL | 187.14º | 0.23% | 0.36% | - |
| HSV(B) | 187.14º | 0.37% | 0.45% | - |
| XYZ | 11.18 | 13.53 | 17.94 | - |
| YUV | 98.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 114 | 0.37 | 0.04 | 0 | 0.55 | 187.14 | 0.23 | 0.36 |
| Hex | 48 | 6D | 72 | 25 | 4 | 0 | 37 | BB | 17 | 24 |
| Octal | 110 | 155 | 162 | 45 | 4 | 0 | 67 | 273 | 27 | 44 |
| Binary | 1001000 | 1101101 | 1110010 | 100101 | 100 | 0 | 110111 | 10111011 | 10111 | 100100 |
Color Harmonies of #486D72
Complementary color
Monochromatic Colors of #486D72
Black with #486D72
Text Example
Text Example
White with #486D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D72; }
p { color: rgb(72,109,114); }
H1.HeaderClassName
{
color: #486D72;
}
.AnyTagClassName
{
color: #486D72;
}
</style>
background-color css
<style>
a { background-color: #486D72; }
a { background-color: rgb(72,109,114); }
div.DivClassName
{
background-color: #486D72;
}
.BgClassName
{
background-color: #486D72;
}
</style>
border-color css
<style>
span { border-color: #486D72; }
span { border-color: rgb(72,109,114); }
td.TdClassName
{
border-color: #486D72;
}
.TagClassName
{
border-color: #486D72;
}
</style>