Shades of Tax Break #486465
Tints of Tax Break #486465
RGB
CMYK
RGB Variations
Color information
#486465 (or 0x486465) is known color: Tax Break. HEX triplet: 48, 64 and 65. RGB value is (72,100,101). Sum of RGB (Red+Green+Blue) = 72+100+101=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #486465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486465 is #B79B9A. Grayscale: #5B5B5B. Windows color (decimal): -12032923 or 6644808. OLE color: 6644808.
HSL color Cylindrical-coordinate representation of color #486465: hue angle of 182.07º 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 #486465 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 100 | 101 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.60 |
| HSL | 182.07º | 0.17% | 0.34% | - |
| HSV(B) | 182.07º | 0.29% | 0.4% | - |
| XYZ | 9.58 | 11.43 | 14.01 | - |
| YUV | 91.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 101 | 0.29 | 0.01 | 0 | 0.60 | 182.07 | 0.17 | 0.34 |
| Hex | 48 | 64 | 65 | 1D | 1 | 0 | 3C | B6 | 11 | 22 |
| Octal | 110 | 144 | 145 | 35 | 1 | 0 | 74 | 266 | 21 | 42 |
| Binary | 1001000 | 1100100 | 1100101 | 11101 | 1 | 0 | 111100 | 10110110 | 10001 | 100010 |
Color Harmonies of #486465
Complementary color
Monochromatic Colors of #486465
Black with #486465
Text Example
Text Example
White with #486465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486465; }
p { color: rgb(72,100,101); }
H1.HeaderClassName
{
color: #486465;
}
.AnyTagClassName
{
color: #486465;
}
</style>
background-color css
<style>
a { background-color: #486465; }
a { background-color: rgb(72,100,101); }
div.DivClassName
{
background-color: #486465;
}
.BgClassName
{
background-color: #486465;
}
</style>
border-color css
<style>
span { border-color: #486465; }
span { border-color: rgb(72,100,101); }
td.TdClassName
{
border-color: #486465;
}
.TagClassName
{
border-color: #486465;
}
</style>