Shades of Tax Break #4D6B6D
Tints of Tax Break #4D6B6D
RGB
CMYK
RGB Variations
Color information
#4D6B6D (or 0x4D6B6D) is known color: Tax Break. HEX triplet: 4D, 6B and 6D. RGB value is (77,107,109). Sum of RGB (Red+Green+Blue) = 77+107+109=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D6B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B6D is #B29492. Grayscale: #626262. Windows color (decimal): -11703443 or 7170893. OLE color: 7170893.
HSL color Cylindrical-coordinate representation of color #4D6B6D: hue angle of 183.75º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6B6D is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 107 | 109 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.57 |
| HSL | 183.75º | 0.17% | 0.36% | - |
| HSV(B) | 183.75º | 0.29% | 0.43% | - |
| XYZ | 11.08 | 13.2 | 16.43 | - |
| YUV | 98.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 109 | 0.29 | 0.02 | 0 | 0.57 | 183.75 | 0.17 | 0.36 |
| Hex | 4D | 6B | 6D | 1D | 2 | 0 | 39 | B8 | 11 | 24 |
| Octal | 115 | 153 | 155 | 35 | 2 | 0 | 71 | 270 | 21 | 44 |
| Binary | 1001101 | 1101011 | 1101101 | 11101 | 10 | 0 | 111001 | 10111000 | 10001 | 100100 |
Color Harmonies of #4D6B6D
Complementary color
Monochromatic Colors of #4D6B6D
Black with #4D6B6D
Text Example
Text Example
White with #4D6B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B6D; }
p { color: rgb(77,107,109); }
H1.HeaderClassName
{
color: #4D6B6D;
}
.AnyTagClassName
{
color: #4D6B6D;
}
</style>
background-color css
<style>
a { background-color: #4D6B6D; }
a { background-color: rgb(77,107,109); }
div.DivClassName
{
background-color: #4D6B6D;
}
.BgClassName
{
background-color: #4D6B6D;
}
</style>
border-color css
<style>
span { border-color: #4D6B6D; }
span { border-color: rgb(77,107,109); }
td.TdClassName
{
border-color: #4D6B6D;
}
.TagClassName
{
border-color: #4D6B6D;
}
</style>