Shades of Chambray #46567B
Tints of Chambray #46567B
RGB
CMYK
RGB Variations
Color information
#46567B (or 0x46567B) is known color: Chambray. HEX triplet: 46, 56 and 7B. RGB value is (70,86,123). Sum of RGB (Red+Green+Blue) = 70+86+123=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #46567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46567B is #B9A984. Grayscale: #555555. Windows color (decimal): -12167557 or 8083014. OLE color: 8083014.
HSL color Cylindrical-coordinate representation of color #46567B: hue angle of 221.89º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46567B is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 86 | 123 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.52 |
| HSL | 221.89º | 0.27% | 0.38% | - |
| HSV(B) | 221.89º | 0.43% | 0.48% | - |
| XYZ | 9.43 | 9.39 | 20.05 | - |
| YUV | 85.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 123 | 0.43 | 0.30 | 0 | 0.52 | 221.89 | 0.27 | 0.38 |
| Hex | 46 | 56 | 7B | 2B | 1E | 0 | 34 | DE | 1B | 26 |
| Octal | 106 | 126 | 173 | 53 | 36 | 0 | 64 | 336 | 33 | 46 |
| Binary | 1000110 | 1010110 | 1111011 | 101011 | 11110 | 0 | 110100 | 11011110 | 11011 | 100110 |
Color Harmonies of #46567B
Complementary color
Monochromatic Colors of #46567B
Black with #46567B
Text Example
Text Example
White with #46567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46567B; }
p { color: rgb(70,86,123); }
H1.HeaderClassName
{
color: #46567B;
}
.AnyTagClassName
{
color: #46567B;
}
</style>
background-color css
<style>
a { background-color: #46567B; }
a { background-color: rgb(70,86,123); }
div.DivClassName
{
background-color: #46567B;
}
.BgClassName
{
background-color: #46567B;
}
</style>
border-color css
<style>
span { border-color: #46567B; }
span { border-color: rgb(70,86,123); }
td.TdClassName
{
border-color: #46567B;
}
.TagClassName
{
border-color: #46567B;
}
</style>