Shades of Tax Break #486C71
Tints of Tax Break #486C71
RGB
CMYK
RGB Variations
Color information
#486C71 (or 0x486C71) is known color: Tax Break. HEX triplet: 48, 6C and 71. RGB value is (72,108,113). Sum of RGB (Red+Green+Blue) = 72+108+113=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #486C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C71 is #B7938E. Grayscale: #616161. Windows color (decimal): -12030863 or 7433288. OLE color: 7433288.
HSL color Cylindrical-coordinate representation of color #486C71: hue angle of 187.32º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486C71 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 108 | 113 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.56 |
| HSL | 187.32º | 0.22% | 0.36% | - |
| HSV(B) | 187.32º | 0.36% | 0.44% | - |
| XYZ | 11.02 | 13.3 | 17.61 | - |
| YUV | 97.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 113 | 0.36 | 0.04 | 0 | 0.56 | 187.32 | 0.22 | 0.36 |
| Hex | 48 | 6C | 71 | 24 | 4 | 0 | 38 | BB | 16 | 24 |
| Octal | 110 | 154 | 161 | 44 | 4 | 0 | 70 | 273 | 26 | 44 |
| Binary | 1001000 | 1101100 | 1110001 | 100100 | 100 | 0 | 111000 | 10111011 | 10110 | 100100 |
Color Harmonies of #486C71
Complementary color
Monochromatic Colors of #486C71
Black with #486C71
Text Example
Text Example
White with #486C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C71; }
p { color: rgb(72,108,113); }
H1.HeaderClassName
{
color: #486C71;
}
.AnyTagClassName
{
color: #486C71;
}
</style>
background-color css
<style>
a { background-color: #486C71; }
a { background-color: rgb(72,108,113); }
div.DivClassName
{
background-color: #486C71;
}
.BgClassName
{
background-color: #486C71;
}
</style>
border-color css
<style>
span { border-color: #486C71; }
span { border-color: rgb(72,108,113); }
td.TdClassName
{
border-color: #486C71;
}
.TagClassName
{
border-color: #486C71;
}
</style>