Shades of Tax Break #4B6565
Tints of Tax Break #4B6565
RGB
CMYK
RGB Variations
Color information
#4B6565 (or 0x4B6565) is known color: Tax Break. HEX triplet: 4B, 65 and 65. RGB value is (75,101,101). Sum of RGB (Red+Green+Blue) = 75+101+101=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #4B6565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6565 is #B49A9A. Grayscale: #5D5D5D. Windows color (decimal): -11836059 or 6645067. OLE color: 6645067.
HSL color Cylindrical-coordinate representation of color #4B6565: hue angle of 180º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B6565 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 101 | - |
| CMYK | 0.26 | 0 | 0 | 0.60 |
| HSL | 180º | 0.15% | 0.35% | - |
| HSV(B) | 180º | 0.26% | 0.4% | - |
| XYZ | 9.9 | 11.74 | 14.06 | - |
| YUV | 93.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 101 | 0.26 | 0 | 0 | 0.60 | 180 | 0.15 | 0.35 |
| Hex | 4B | 65 | 65 | 1A | 0 | 0 | 3C | B4 | F | 23 |
| Octal | 113 | 145 | 145 | 32 | 0 | 0 | 74 | 264 | 17 | 43 |
| Binary | 1001011 | 1100101 | 1100101 | 11010 | 0 | 0 | 111100 | 10110100 | 1111 | 100011 |
Color Harmonies of #4B6565
Complementary color
Monochromatic Colors of #4B6565
Black with #4B6565
Text Example
Text Example
White with #4B6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6565; }
p { color: rgb(75,101,101); }
H1.HeaderClassName
{
color: #4B6565;
}
.AnyTagClassName
{
color: #4B6565;
}
</style>
background-color css
<style>
a { background-color: #4B6565; }
a { background-color: rgb(75,101,101); }
div.DivClassName
{
background-color: #4B6565;
}
.BgClassName
{
background-color: #4B6565;
}
</style>
border-color css
<style>
span { border-color: #4B6565; }
span { border-color: rgb(75,101,101); }
td.TdClassName
{
border-color: #4B6565;
}
.TagClassName
{
border-color: #4B6565;
}
</style>