Shades of Tax Break #466B6F
Tints of Tax Break #466B6F
RGB
CMYK
RGB Variations
Color information
#466B6F (or 0x466B6F) is known color: Tax Break. HEX triplet: 46, 6B and 6F. RGB value is (70,107,111). Sum of RGB (Red+Green+Blue) = 70+107+111=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 111 - color contains mainly: blue. Hex color #466B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B6F is #B99490. Grayscale: #606060. Windows color (decimal): -12162193 or 7301958. OLE color: 7301958.
HSL color Cylindrical-coordinate representation of color #466B6F: hue angle of 185.85º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #466B6F is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 107 | 111 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.56 |
| HSL | 185.85º | 0.23% | 0.35% | - |
| HSV(B) | 185.85º | 0.37% | 0.44% | - |
| XYZ | 10.65 | 12.97 | 16.98 | - |
| YUV | 96.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 111 | 0.37 | 0.04 | 0 | 0.56 | 185.85 | 0.23 | 0.35 |
| Hex | 46 | 6B | 6F | 25 | 4 | 0 | 38 | BA | 17 | 23 |
| Octal | 106 | 153 | 157 | 45 | 4 | 0 | 70 | 272 | 27 | 43 |
| Binary | 1000110 | 1101011 | 1101111 | 100101 | 100 | 0 | 111000 | 10111010 | 10111 | 100011 |
Color Harmonies of #466B6F
Complementary color
Monochromatic Colors of #466B6F
Black with #466B6F
Text Example
Text Example
White with #466B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B6F; }
p { color: rgb(70,107,111); }
H1.HeaderClassName
{
color: #466B6F;
}
.AnyTagClassName
{
color: #466B6F;
}
</style>
background-color css
<style>
a { background-color: #466B6F; }
a { background-color: rgb(70,107,111); }
div.DivClassName
{
background-color: #466B6F;
}
.BgClassName
{
background-color: #466B6F;
}
</style>
border-color css
<style>
span { border-color: #466B6F; }
span { border-color: rgb(70,107,111); }
td.TdClassName
{
border-color: #466B6F;
}
.TagClassName
{
border-color: #466B6F;
}
</style>