Shades of Tax Break #4B676A
Tints of Tax Break #4B676A
RGB
CMYK
RGB Variations
Color information
#4B676A (or 0x4B676A) is known color: Tax Break. HEX triplet: 4B, 67 and 6A. RGB value is (75,103,106). Sum of RGB (Red+Green+Blue) = 75+103+106=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B676A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B676A is #B49895. Grayscale: #5E5E5E. Windows color (decimal): -11835542 or 6973259. OLE color: 6973259.
HSL color Cylindrical-coordinate representation of color #4B676A: hue angle of 185.81º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B676A is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 103 | 106 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.58 |
| HSL | 185.81º | 0.17% | 0.35% | - |
| HSV(B) | 185.81º | 0.29% | 0.42% | - |
| XYZ | 10.35 | 12.24 | 15.45 | - |
| YUV | 94.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 103 | 106 | 0.29 | 0.03 | 0 | 0.58 | 185.81 | 0.17 | 0.35 |
| Hex | 4B | 67 | 6A | 1D | 3 | 0 | 3A | BA | 11 | 23 |
| Octal | 113 | 147 | 152 | 35 | 3 | 0 | 72 | 272 | 21 | 43 |
| Binary | 1001011 | 1100111 | 1101010 | 11101 | 11 | 0 | 111010 | 10111010 | 10001 | 100011 |
Color Harmonies of #4B676A
Complementary color
Monochromatic Colors of #4B676A
Black with #4B676A
Text Example
Text Example
White with #4B676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B676A; }
p { color: rgb(75,103,106); }
H1.HeaderClassName
{
color: #4B676A;
}
.AnyTagClassName
{
color: #4B676A;
}
</style>
background-color css
<style>
a { background-color: #4B676A; }
a { background-color: rgb(75,103,106); }
div.DivClassName
{
background-color: #4B676A;
}
.BgClassName
{
background-color: #4B676A;
}
</style>
border-color css
<style>
span { border-color: #4B676A; }
span { border-color: rgb(75,103,106); }
td.TdClassName
{
border-color: #4B676A;
}
.TagClassName
{
border-color: #4B676A;
}
</style>