Shades of Tax Break #426B6D
Tints of Tax Break #426B6D
RGB
CMYK
RGB Variations
Color information
#426B6D (or 0x426B6D) is known color: Tax Break. HEX triplet: 42, 6B and 6D. RGB value is (66,107,109). Sum of RGB (Red+Green+Blue) = 66+107+109=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #426B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B6D is #BD9492. Grayscale: #5E5E5E. Windows color (decimal): -12424339 or 7170882. OLE color: 7170882.
HSL color Cylindrical-coordinate representation of color #426B6D: hue angle of 182.79º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426B6D is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 107 | 109 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.57 |
| HSL | 182.79º | 0.25% | 0.34% | - |
| HSV(B) | 182.79º | 0.39% | 0.43% | - |
| XYZ | 10.26 | 12.78 | 16.39 | - |
| YUV | 94.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 109 | 0.39 | 0.02 | 0 | 0.57 | 182.79 | 0.25 | 0.34 |
| Hex | 42 | 6B | 6D | 27 | 2 | 0 | 39 | B7 | 19 | 22 |
| Octal | 102 | 153 | 155 | 47 | 2 | 0 | 71 | 267 | 31 | 42 |
| Binary | 1000010 | 1101011 | 1101101 | 100111 | 10 | 0 | 111001 | 10110111 | 11001 | 100010 |
Color Harmonies of #426B6D
Complementary color
Monochromatic Colors of #426B6D
Black with #426B6D
Text Example
Text Example
White with #426B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426B6D; }
p { color: rgb(66,107,109); }
H1.HeaderClassName
{
color: #426B6D;
}
.AnyTagClassName
{
color: #426B6D;
}
</style>
background-color css
<style>
a { background-color: #426B6D; }
a { background-color: rgb(66,107,109); }
div.DivClassName
{
background-color: #426B6D;
}
.BgClassName
{
background-color: #426B6D;
}
</style>
border-color css
<style>
span { border-color: #426B6D; }
span { border-color: rgb(66,107,109); }
td.TdClassName
{
border-color: #426B6D;
}
.TagClassName
{
border-color: #426B6D;
}
</style>