Shades of Tax Break #4D696A
Tints of Tax Break #4D696A
RGB
CMYK
RGB Variations
Color information
#4D696A (or 0x4D696A) is known color: Tax Break. HEX triplet: 4D, 69 and 6A. RGB value is (77,105,106). Sum of RGB (Red+Green+Blue) = 77+105+106=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D696A is #B29695. Grayscale: #606060. Windows color (decimal): -11703958 or 6973773. OLE color: 6973773.
HSL color Cylindrical-coordinate representation of color #4D696A: hue angle of 182.07º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D696A is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 105 | 106 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.58 |
| HSL | 182.07º | 0.16% | 0.36% | - |
| HSV(B) | 182.07º | 0.27% | 0.42% | - |
| XYZ | 10.71 | 12.72 | 15.53 | - |
| YUV | 96.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 106 | 0.27 | 0.01 | 0 | 0.58 | 182.07 | 0.16 | 0.36 |
| Hex | 4D | 69 | 6A | 1B | 1 | 0 | 3A | B6 | 10 | 24 |
| Octal | 115 | 151 | 152 | 33 | 1 | 0 | 72 | 266 | 20 | 44 |
| Binary | 1001101 | 1101001 | 1101010 | 11011 | 1 | 0 | 111010 | 10110110 | 10000 | 100100 |
Color Harmonies of #4D696A
Complementary color
Monochromatic Colors of #4D696A
Black with #4D696A
Text Example
Text Example
White with #4D696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D696A; }
p { color: rgb(77,105,106); }
H1.HeaderClassName
{
color: #4D696A;
}
.AnyTagClassName
{
color: #4D696A;
}
</style>
background-color css
<style>
a { background-color: #4D696A; }
a { background-color: rgb(77,105,106); }
div.DivClassName
{
background-color: #4D696A;
}
.BgClassName
{
background-color: #4D696A;
}
</style>
border-color css
<style>
span { border-color: #4D696A; }
span { border-color: rgb(77,105,106); }
td.TdClassName
{
border-color: #4D696A;
}
.TagClassName
{
border-color: #4D696A;
}
</style>