Shades of Tax Break #4A6A6D
Tints of Tax Break #4A6A6D
RGB
CMYK
RGB Variations
Color information
#4A6A6D (or 0x4A6A6D) is known color: Tax Break. HEX triplet: 4A, 6A and 6D. RGB value is (74,106,109). Sum of RGB (Red+Green+Blue) = 74+106+109=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A6A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6A6D is #B59592. Grayscale: #606060. Windows color (decimal): -11900307 or 7170634. OLE color: 7170634.
HSL color Cylindrical-coordinate representation of color #4A6A6D: hue angle of 185.14º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A6A6D is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 106 | 109 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.57 |
| HSL | 185.14º | 0.19% | 0.36% | - |
| HSV(B) | 185.14º | 0.32% | 0.43% | - |
| XYZ | 10.74 | 12.87 | 16.39 | - |
| YUV | 96.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 109 | 0.32 | 0.03 | 0 | 0.57 | 185.14 | 0.19 | 0.36 |
| Hex | 4A | 6A | 6D | 20 | 3 | 0 | 39 | B9 | 13 | 24 |
| Octal | 112 | 152 | 155 | 40 | 3 | 0 | 71 | 271 | 23 | 44 |
| Binary | 1001010 | 1101010 | 1101101 | 100000 | 11 | 0 | 111001 | 10111001 | 10011 | 100100 |
Color Harmonies of #4A6A6D
Complementary color
Monochromatic Colors of #4A6A6D
Black with #4A6A6D
Text Example
Text Example
White with #4A6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6A6D; }
p { color: rgb(74,106,109); }
H1.HeaderClassName
{
color: #4A6A6D;
}
.AnyTagClassName
{
color: #4A6A6D;
}
</style>
background-color css
<style>
a { background-color: #4A6A6D; }
a { background-color: rgb(74,106,109); }
div.DivClassName
{
background-color: #4A6A6D;
}
.BgClassName
{
background-color: #4A6A6D;
}
</style>
border-color css
<style>
span { border-color: #4A6A6D; }
span { border-color: rgb(74,106,109); }
td.TdClassName
{
border-color: #4A6A6D;
}
.TagClassName
{
border-color: #4A6A6D;
}
</style>