Shades of Tax Break #486A6F
Tints of Tax Break #486A6F
RGB
CMYK
RGB Variations
Color information
#486A6F (or 0x486A6F) is known color: Tax Break. HEX triplet: 48, 6A and 6F. RGB value is (72,106,111). Sum of RGB (Red+Green+Blue) = 72+106+111=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 111 - color contains mainly: blue. Hex color #486A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A6F is #B79590. Grayscale: #606060. Windows color (decimal): -12031377 or 7301704. OLE color: 7301704.
HSL color Cylindrical-coordinate representation of color #486A6F: hue angle of 187.69º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486A6F is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 106 | 111 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.56 |
| HSL | 187.69º | 0.21% | 0.36% | - |
| HSV(B) | 187.69º | 0.35% | 0.44% | - |
| XYZ | 10.7 | 12.83 | 16.95 | - |
| YUV | 96.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 111 | 0.35 | 0.05 | 0 | 0.56 | 187.69 | 0.21 | 0.36 |
| Hex | 48 | 6A | 6F | 23 | 5 | 0 | 38 | BC | 15 | 24 |
| Octal | 110 | 152 | 157 | 43 | 5 | 0 | 70 | 274 | 25 | 44 |
| Binary | 1001000 | 1101010 | 1101111 | 100011 | 101 | 0 | 111000 | 10111100 | 10101 | 100100 |
Color Harmonies of #486A6F
Complementary color
Monochromatic Colors of #486A6F
Black with #486A6F
Text Example
Text Example
White with #486A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486A6F; }
p { color: rgb(72,106,111); }
H1.HeaderClassName
{
color: #486A6F;
}
.AnyTagClassName
{
color: #486A6F;
}
</style>
background-color css
<style>
a { background-color: #486A6F; }
a { background-color: rgb(72,106,111); }
div.DivClassName
{
background-color: #486A6F;
}
.BgClassName
{
background-color: #486A6F;
}
</style>
border-color css
<style>
span { border-color: #486A6F; }
span { border-color: rgb(72,106,111); }
td.TdClassName
{
border-color: #486A6F;
}
.TagClassName
{
border-color: #486A6F;
}
</style>