Shades of Tax Break #4A6467
Tints of Tax Break #4A6467
RGB
CMYK
RGB Variations
Color information
#4A6467 (or 0x4A6467) is known color: Tax Break. HEX triplet: 4A, 64 and 67. RGB value is (74,100,103). Sum of RGB (Red+Green+Blue) = 74+100+103=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A6467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6467 is #B59B98. Grayscale: #5C5C5C. Windows color (decimal): -11901849 or 6775882. OLE color: 6775882.
HSL color Cylindrical-coordinate representation of color #4A6467: hue angle of 186.21º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A6467 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 100 | 103 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.60 |
| HSL | 186.21º | 0.16% | 0.35% | - |
| HSV(B) | 186.21º | 0.28% | 0.4% | - |
| XYZ | 9.83 | 11.55 | 14.54 | - |
| YUV | 92.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 103 | 0.28 | 0.03 | 0 | 0.60 | 186.21 | 0.16 | 0.35 |
| Hex | 4A | 64 | 67 | 1C | 3 | 0 | 3C | BA | 10 | 23 |
| Octal | 112 | 144 | 147 | 34 | 3 | 0 | 74 | 272 | 20 | 43 |
| Binary | 1001010 | 1100100 | 1100111 | 11100 | 11 | 0 | 111100 | 10111010 | 10000 | 100011 |
Color Harmonies of #4A6467
Complementary color
Monochromatic Colors of #4A6467
Black with #4A6467
Text Example
Text Example
White with #4A6467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6467; }
p { color: rgb(74,100,103); }
H1.HeaderClassName
{
color: #4A6467;
}
.AnyTagClassName
{
color: #4A6467;
}
</style>
background-color css
<style>
a { background-color: #4A6467; }
a { background-color: rgb(74,100,103); }
div.DivClassName
{
background-color: #4A6467;
}
.BgClassName
{
background-color: #4A6467;
}
</style>
border-color css
<style>
span { border-color: #4A6467; }
span { border-color: rgb(74,100,103); }
td.TdClassName
{
border-color: #4A6467;
}
.TagClassName
{
border-color: #4A6467;
}
</style>