Shades of Chambray #46566E
Tints of Chambray #46566E
RGB
CMYK
RGB Variations
Color information
#46566E (or 0x46566E) is known color: Chambray. HEX triplet: 46, 56 and 6E. RGB value is (70,86,110). Sum of RGB (Red+Green+Blue) = 70+86+110=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #46566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46566E is #B9A991. Grayscale: #535353. Windows color (decimal): -12167570 or 7231046. OLE color: 7231046.
HSL color Cylindrical-coordinate representation of color #46566E: hue angle of 216º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46566E is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 86 | 110 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.57 |
| HSL | 216º | 0.22% | 0.35% | - |
| HSV(B) | 216º | 0.36% | 0.43% | - |
| XYZ | 8.67 | 9.08 | 16.05 | - |
| YUV | 83.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 110 | 0.36 | 0.22 | 0 | 0.57 | 216 | 0.22 | 0.35 |
| Hex | 46 | 56 | 6E | 24 | 16 | 0 | 39 | D8 | 16 | 23 |
| Octal | 106 | 126 | 156 | 44 | 26 | 0 | 71 | 330 | 26 | 43 |
| Binary | 1000110 | 1010110 | 1101110 | 100100 | 10110 | 0 | 111001 | 11011000 | 10110 | 100011 |
Color Harmonies of #46566E
Complementary color
Monochromatic Colors of #46566E
Black with #46566E
Text Example
Text Example
White with #46566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46566E; }
p { color: rgb(70,86,110); }
H1.HeaderClassName
{
color: #46566E;
}
.AnyTagClassName
{
color: #46566E;
}
</style>
background-color css
<style>
a { background-color: #46566E; }
a { background-color: rgb(70,86,110); }
div.DivClassName
{
background-color: #46566E;
}
.BgClassName
{
background-color: #46566E;
}
</style>
border-color css
<style>
span { border-color: #46566E; }
span { border-color: rgb(70,86,110); }
td.TdClassName
{
border-color: #46566E;
}
.TagClassName
{
border-color: #46566E;
}
</style>