Shades of Tax Break #41656B
Tints of Tax Break #41656B
RGB
CMYK
RGB Variations
Color information
#41656B (or 0x41656B) is known color: Tax Break. HEX triplet: 41, 65 and 6B. RGB value is (65,101,107). Sum of RGB (Red+Green+Blue) = 65+101+107=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #41656B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41656B is #BE9A94. Grayscale: #5A5A5A. Windows color (decimal): -12491413 or 7038273. OLE color: 7038273.
HSL color Cylindrical-coordinate representation of color #41656B: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41656B is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 101 | 107 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.58 |
| HSL | 188.57º | 0.24% | 0.34% | - |
| HSV(B) | 188.57º | 0.39% | 0.42% | - |
| XYZ | 9.49 | 11.49 | 15.63 | - |
| YUV | 90.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 107 | 0.39 | 0.06 | 0 | 0.58 | 188.57 | 0.24 | 0.34 |
| Hex | 41 | 65 | 6B | 27 | 6 | 0 | 3A | BD | 18 | 22 |
| Octal | 101 | 145 | 153 | 47 | 6 | 0 | 72 | 275 | 30 | 42 |
| Binary | 1000001 | 1100101 | 1101011 | 100111 | 110 | 0 | 111010 | 10111101 | 11000 | 100010 |
Color Harmonies of #41656B
Complementary color
Monochromatic Colors of #41656B
Black with #41656B
Text Example
Text Example
White with #41656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41656B; }
p { color: rgb(65,101,107); }
H1.HeaderClassName
{
color: #41656B;
}
.AnyTagClassName
{
color: #41656B;
}
</style>
background-color css
<style>
a { background-color: #41656B; }
a { background-color: rgb(65,101,107); }
div.DivClassName
{
background-color: #41656B;
}
.BgClassName
{
background-color: #41656B;
}
</style>
border-color css
<style>
span { border-color: #41656B; }
span { border-color: rgb(65,101,107); }
td.TdClassName
{
border-color: #41656B;
}
.TagClassName
{
border-color: #41656B;
}
</style>