Shades of Chambray #46566F
Tints of Chambray #46566F
RGB
CMYK
RGB Variations
Color information
#46566F (or 0x46566F) is known color: Chambray. HEX triplet: 46, 56 and 6F. RGB value is (70,86,111). Sum of RGB (Red+Green+Blue) = 70+86+111=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #46566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46566F is #B9A990. Grayscale: #535353. Windows color (decimal): -12167569 or 7296582. OLE color: 7296582.
HSL color Cylindrical-coordinate representation of color #46566F: hue angle of 216.59º 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 #46566F is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 86 | 111 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.56 |
| HSL | 216.59º | 0.23% | 0.35% | - |
| HSV(B) | 216.59º | 0.37% | 0.44% | - |
| XYZ | 8.72 | 9.11 | 16.34 | - |
| YUV | 84.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 111 | 0.37 | 0.23 | 0 | 0.56 | 216.59 | 0.23 | 0.35 |
| Hex | 46 | 56 | 6F | 25 | 17 | 0 | 38 | D9 | 17 | 23 |
| Octal | 106 | 126 | 157 | 45 | 27 | 0 | 70 | 331 | 27 | 43 |
| Binary | 1000110 | 1010110 | 1101111 | 100101 | 10111 | 0 | 111000 | 11011001 | 10111 | 100011 |
Color Harmonies of #46566F
Complementary color
Monochromatic Colors of #46566F
Black with #46566F
Text Example
Text Example
White with #46566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46566F; }
p { color: rgb(70,86,111); }
H1.HeaderClassName
{
color: #46566F;
}
.AnyTagClassName
{
color: #46566F;
}
</style>
background-color css
<style>
a { background-color: #46566F; }
a { background-color: rgb(70,86,111); }
div.DivClassName
{
background-color: #46566F;
}
.BgClassName
{
background-color: #46566F;
}
</style>
border-color css
<style>
span { border-color: #46566F; }
span { border-color: rgb(70,86,111); }
td.TdClassName
{
border-color: #46566F;
}
.TagClassName
{
border-color: #46566F;
}
</style>