Shades of Tax Break #4B6365
Tints of Tax Break #4B6365
RGB
CMYK
RGB Variations
Color information
#4B6365 (or 0x4B6365) is known color: Tax Break. HEX triplet: 4B, 63 and 65. RGB value is (75,99,101). Sum of RGB (Red+Green+Blue) = 75+99+101=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B6365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6365 is #B49C9A. Grayscale: #5C5C5C. Windows color (decimal): -11836571 or 6644555. OLE color: 6644555.
HSL color Cylindrical-coordinate representation of color #4B6365: hue angle of 184.62º 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 #4B6365 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 99 | 101 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.60 |
| HSL | 184.62º | 0.15% | 0.35% | - |
| HSV(B) | 184.62º | 0.26% | 0.4% | - |
| XYZ | 9.71 | 11.36 | 13.99 | - |
| YUV | 92.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 101 | 0.26 | 0.02 | 0 | 0.60 | 184.62 | 0.15 | 0.35 |
| Hex | 4B | 63 | 65 | 1A | 2 | 0 | 3C | B9 | F | 23 |
| Octal | 113 | 143 | 145 | 32 | 2 | 0 | 74 | 271 | 17 | 43 |
| Binary | 1001011 | 1100011 | 1100101 | 11010 | 10 | 0 | 111100 | 10111001 | 1111 | 100011 |
Color Harmonies of #4B6365
Complementary color
Monochromatic Colors of #4B6365
Black with #4B6365
Text Example
Text Example
White with #4B6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6365; }
p { color: rgb(75,99,101); }
H1.HeaderClassName
{
color: #4B6365;
}
.AnyTagClassName
{
color: #4B6365;
}
</style>
background-color css
<style>
a { background-color: #4B6365; }
a { background-color: rgb(75,99,101); }
div.DivClassName
{
background-color: #4B6365;
}
.BgClassName
{
background-color: #4B6365;
}
</style>
border-color css
<style>
span { border-color: #4B6365; }
span { border-color: rgb(75,99,101); }
td.TdClassName
{
border-color: #4B6365;
}
.TagClassName
{
border-color: #4B6365;
}
</style>