Shades of Tax Break #466A70
Tints of Tax Break #466A70
RGB
CMYK
RGB Variations
Color information
#466A70 (or 0x466A70) is known color: Tax Break. HEX triplet: 46, 6A and 70. RGB value is (70,106,112). Sum of RGB (Red+Green+Blue) = 70+106+112=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #466A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A70 is #B9958F. Grayscale: #5F5F5F. Windows color (decimal): -12162448 or 7367238. OLE color: 7367238.
HSL color Cylindrical-coordinate representation of color #466A70: hue angle of 188.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466A70 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 106 | 112 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.56 |
| HSL | 188.57º | 0.23% | 0.36% | - |
| HSV(B) | 188.57º | 0.38% | 0.44% | - |
| XYZ | 10.6 | 12.78 | 17.24 | - |
| YUV | 95.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 112 | 0.38 | 0.05 | 0 | 0.56 | 188.57 | 0.23 | 0.36 |
| Hex | 46 | 6A | 70 | 26 | 5 | 0 | 38 | BD | 17 | 24 |
| Octal | 106 | 152 | 160 | 46 | 5 | 0 | 70 | 275 | 27 | 44 |
| Binary | 1000110 | 1101010 | 1110000 | 100110 | 101 | 0 | 111000 | 10111101 | 10111 | 100100 |
Color Harmonies of #466A70
Complementary color
Monochromatic Colors of #466A70
Black with #466A70
Text Example
Text Example
White with #466A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A70; }
p { color: rgb(70,106,112); }
H1.HeaderClassName
{
color: #466A70;
}
.AnyTagClassName
{
color: #466A70;
}
</style>
background-color css
<style>
a { background-color: #466A70; }
a { background-color: rgb(70,106,112); }
div.DivClassName
{
background-color: #466A70;
}
.BgClassName
{
background-color: #466A70;
}
</style>
border-color css
<style>
span { border-color: #466A70; }
span { border-color: rgb(70,106,112); }
td.TdClassName
{
border-color: #466A70;
}
.TagClassName
{
border-color: #466A70;
}
</style>