Shades of Tax Break #486A70
Tints of Tax Break #486A70
RGB
CMYK
RGB Variations
Color information
#486A70 (or 0x486A70) is known color: Tax Break. HEX triplet: 48, 6A and 70. RGB value is (72,106,112). Sum of RGB (Red+Green+Blue) = 72+106+112=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #486A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A70 is #B7958F. Grayscale: #606060. Windows color (decimal): -12031376 or 7367240. OLE color: 7367240.
HSL color Cylindrical-coordinate representation of color #486A70: hue angle of 189º 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 #486A70 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 106 | 112 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.56 |
| HSL | 189º | 0.22% | 0.36% | - |
| HSV(B) | 189º | 0.36% | 0.44% | - |
| XYZ | 10.75 | 12.86 | 17.24 | - |
| YUV | 96.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 112 | 0.36 | 0.05 | 0 | 0.56 | 189 | 0.22 | 0.36 |
| Hex | 48 | 6A | 70 | 24 | 5 | 0 | 38 | BD | 16 | 24 |
| Octal | 110 | 152 | 160 | 44 | 5 | 0 | 70 | 275 | 26 | 44 |
| Binary | 1001000 | 1101010 | 1110000 | 100100 | 101 | 0 | 111000 | 10111101 | 10110 | 100100 |
Color Harmonies of #486A70
Complementary color
Monochromatic Colors of #486A70
Black with #486A70
Text Example
Text Example
White with #486A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486A70; }
p { color: rgb(72,106,112); }
H1.HeaderClassName
{
color: #486A70;
}
.AnyTagClassName
{
color: #486A70;
}
</style>
background-color css
<style>
a { background-color: #486A70; }
a { background-color: rgb(72,106,112); }
div.DivClassName
{
background-color: #486A70;
}
.BgClassName
{
background-color: #486A70;
}
</style>
border-color css
<style>
span { border-color: #486A70; }
span { border-color: rgb(72,106,112); }
td.TdClassName
{
border-color: #486A70;
}
.TagClassName
{
border-color: #486A70;
}
</style>