Shades of Tax Break #4B6467
Tints of Tax Break #4B6467
RGB
CMYK
RGB Variations
Color information
#4B6467 (or 0x4B6467) is known color: Tax Break. HEX triplet: 4B, 64 and 67. RGB value is (75,100,103). Sum of RGB (Red+Green+Blue) = 75+100+103=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B6467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6467 is #B49B98. Grayscale: #5C5C5C. Windows color (decimal): -11836313 or 6775883. OLE color: 6775883.
HSL color Cylindrical-coordinate representation of color #4B6467: hue angle of 186.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B6467 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 100 | 103 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.60 |
| HSL | 186.43º | 0.16% | 0.35% | - |
| HSV(B) | 186.43º | 0.27% | 0.4% | - |
| XYZ | 9.91 | 11.59 | 14.55 | - |
| YUV | 92.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 103 | 0.27 | 0.03 | 0 | 0.60 | 186.43 | 0.16 | 0.35 |
| Hex | 4B | 64 | 67 | 1B | 3 | 0 | 3C | BA | 10 | 23 |
| Octal | 113 | 144 | 147 | 33 | 3 | 0 | 74 | 272 | 20 | 43 |
| Binary | 1001011 | 1100100 | 1100111 | 11011 | 11 | 0 | 111100 | 10111010 | 10000 | 100011 |
Color Harmonies of #4B6467
Complementary color
Monochromatic Colors of #4B6467
Black with #4B6467
Text Example
Text Example
White with #4B6467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6467; }
p { color: rgb(75,100,103); }
H1.HeaderClassName
{
color: #4B6467;
}
.AnyTagClassName
{
color: #4B6467;
}
</style>
background-color css
<style>
a { background-color: #4B6467; }
a { background-color: rgb(75,100,103); }
div.DivClassName
{
background-color: #4B6467;
}
.BgClassName
{
background-color: #4B6467;
}
</style>
border-color css
<style>
span { border-color: #4B6467; }
span { border-color: rgb(75,100,103); }
td.TdClassName
{
border-color: #4B6467;
}
.TagClassName
{
border-color: #4B6467;
}
</style>