Shades of Tax Break #4B696B
Tints of Tax Break #4B696B
RGB
CMYK
RGB Variations
Color information
#4B696B (or 0x4B696B) is known color: Tax Break. HEX triplet: 4B, 69 and 6B. RGB value is (75,105,107). Sum of RGB (Red+Green+Blue) = 75+105+107=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B696B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B696B is #B49694. Grayscale: #606060. Windows color (decimal): -11835029 or 7039307. OLE color: 7039307.
HSL color Cylindrical-coordinate representation of color #4B696B: hue angle of 183.75º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B696B is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 105 | 107 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.58 |
| HSL | 183.75º | 0.18% | 0.36% | - |
| HSV(B) | 183.75º | 0.3% | 0.42% | - |
| XYZ | 10.61 | 12.66 | 15.79 | - |
| YUV | 96.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 105 | 107 | 0.30 | 0.02 | 0 | 0.58 | 183.75 | 0.18 | 0.36 |
| Hex | 4B | 69 | 6B | 1E | 2 | 0 | 3A | B8 | 12 | 24 |
| Octal | 113 | 151 | 153 | 36 | 2 | 0 | 72 | 270 | 22 | 44 |
| Binary | 1001011 | 1101001 | 1101011 | 11110 | 10 | 0 | 111010 | 10111000 | 10010 | 100100 |
Color Harmonies of #4B696B
Complementary color
Monochromatic Colors of #4B696B
Black with #4B696B
Text Example
Text Example
White with #4B696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B696B; }
p { color: rgb(75,105,107); }
H1.HeaderClassName
{
color: #4B696B;
}
.AnyTagClassName
{
color: #4B696B;
}
</style>
background-color css
<style>
a { background-color: #4B696B; }
a { background-color: rgb(75,105,107); }
div.DivClassName
{
background-color: #4B696B;
}
.BgClassName
{
background-color: #4B696B;
}
</style>
border-color css
<style>
span { border-color: #4B696B; }
span { border-color: rgb(75,105,107); }
td.TdClassName
{
border-color: #4B696B;
}
.TagClassName
{
border-color: #4B696B;
}
</style>