Shades of Tax Break #486365
Tints of Tax Break #486365
RGB
CMYK
RGB Variations
Color information
#486365 (or 0x486365) is known color: Tax Break. HEX triplet: 48, 63 and 65. RGB value is (72,99,101). Sum of RGB (Red+Green+Blue) = 72+99+101=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #486365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486365 is #B79C9A. Grayscale: #5B5B5B. Windows color (decimal): -12033179 or 6644552. OLE color: 6644552.
HSL color Cylindrical-coordinate representation of color #486365: hue angle of 184.14º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486365 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 99 | 101 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.60 |
| HSL | 184.14º | 0.17% | 0.34% | - |
| HSV(B) | 184.14º | 0.29% | 0.4% | - |
| XYZ | 9.48 | 11.24 | 13.98 | - |
| YUV | 91.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 101 | 0.29 | 0.02 | 0 | 0.60 | 184.14 | 0.17 | 0.34 |
| Hex | 48 | 63 | 65 | 1D | 2 | 0 | 3C | B8 | 11 | 22 |
| Octal | 110 | 143 | 145 | 35 | 2 | 0 | 74 | 270 | 21 | 42 |
| Binary | 1001000 | 1100011 | 1100101 | 11101 | 10 | 0 | 111100 | 10111000 | 10001 | 100010 |
Color Harmonies of #486365
Complementary color
Monochromatic Colors of #486365
Black with #486365
Text Example
Text Example
White with #486365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486365; }
p { color: rgb(72,99,101); }
H1.HeaderClassName
{
color: #486365;
}
.AnyTagClassName
{
color: #486365;
}
</style>
background-color css
<style>
a { background-color: #486365; }
a { background-color: rgb(72,99,101); }
div.DivClassName
{
background-color: #486365;
}
.BgClassName
{
background-color: #486365;
}
</style>
border-color css
<style>
span { border-color: #486365; }
span { border-color: rgb(72,99,101); }
td.TdClassName
{
border-color: #486365;
}
.TagClassName
{
border-color: #486365;
}
</style>