Shades of Tax Break #466B70
Tints of Tax Break #466B70
RGB
CMYK
RGB Variations
Color information
#466B70 (or 0x466B70) is known color: Tax Break. HEX triplet: 46, 6B and 70. RGB value is (70,107,112). Sum of RGB (Red+Green+Blue) = 70+107+112=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #466B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B70 is #B9948F. Grayscale: #606060. Windows color (decimal): -12162192 or 7367494. OLE color: 7367494.
HSL color Cylindrical-coordinate representation of color #466B70: hue angle of 187.14º 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 #466B70 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 107 | 112 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.56 |
| HSL | 187.14º | 0.23% | 0.36% | - |
| HSV(B) | 187.14º | 0.38% | 0.44% | - |
| XYZ | 10.71 | 12.99 | 17.27 | - |
| YUV | 96.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 112 | 0.38 | 0.04 | 0 | 0.56 | 187.14 | 0.23 | 0.36 |
| Hex | 46 | 6B | 70 | 26 | 4 | 0 | 38 | BB | 17 | 24 |
| Octal | 106 | 153 | 160 | 46 | 4 | 0 | 70 | 273 | 27 | 44 |
| Binary | 1000110 | 1101011 | 1110000 | 100110 | 100 | 0 | 111000 | 10111011 | 10111 | 100100 |
Color Harmonies of #466B70
Complementary color
Monochromatic Colors of #466B70
Black with #466B70
Text Example
Text Example
White with #466B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B70; }
p { color: rgb(70,107,112); }
H1.HeaderClassName
{
color: #466B70;
}
.AnyTagClassName
{
color: #466B70;
}
</style>
background-color css
<style>
a { background-color: #466B70; }
a { background-color: rgb(70,107,112); }
div.DivClassName
{
background-color: #466B70;
}
.BgClassName
{
background-color: #466B70;
}
</style>
border-color css
<style>
span { border-color: #466B70; }
span { border-color: rgb(70,107,112); }
td.TdClassName
{
border-color: #466B70;
}
.TagClassName
{
border-color: #466B70;
}
</style>