Shades of Tax Break #486D70
Tints of Tax Break #486D70
RGB
CMYK
RGB Variations
Color information
#486D70 (or 0x486D70) is known color: Tax Break. HEX triplet: 48, 6D and 70. RGB value is (72,109,112). Sum of RGB (Red+Green+Blue) = 72+109+112=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #486D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D70 is #B7928F. Grayscale: #626262. Windows color (decimal): -12030608 or 7368008. OLE color: 7368008.
HSL color Cylindrical-coordinate representation of color #486D70: hue angle of 184.5º 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 #486D70 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 109 | 112 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.56 |
| HSL | 184.5º | 0.22% | 0.36% | - |
| HSV(B) | 184.5º | 0.36% | 0.44% | - |
| XYZ | 11.07 | 13.48 | 17.35 | - |
| YUV | 98.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 112 | 0.36 | 0.03 | 0 | 0.56 | 184.5 | 0.22 | 0.36 |
| Hex | 48 | 6D | 70 | 24 | 3 | 0 | 38 | B8 | 16 | 24 |
| Octal | 110 | 155 | 160 | 44 | 3 | 0 | 70 | 270 | 26 | 44 |
| Binary | 1001000 | 1101101 | 1110000 | 100100 | 11 | 0 | 111000 | 10111000 | 10110 | 100100 |
Color Harmonies of #486D70
Complementary color
Monochromatic Colors of #486D70
Black with #486D70
Text Example
Text Example
White with #486D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D70; }
p { color: rgb(72,109,112); }
H1.HeaderClassName
{
color: #486D70;
}
.AnyTagClassName
{
color: #486D70;
}
</style>
background-color css
<style>
a { background-color: #486D70; }
a { background-color: rgb(72,109,112); }
div.DivClassName
{
background-color: #486D70;
}
.BgClassName
{
background-color: #486D70;
}
</style>
border-color css
<style>
span { border-color: #486D70; }
span { border-color: rgb(72,109,112); }
td.TdClassName
{
border-color: #486D70;
}
.TagClassName
{
border-color: #486D70;
}
</style>