Shades of Chambray #46586C
Tints of Chambray #46586C
RGB
CMYK
RGB Variations
Color information
#46586C (or 0x46586C) is known color: Chambray. HEX triplet: 46, 58 and 6C. RGB value is (70,88,108). Sum of RGB (Red+Green+Blue) = 70+88+108=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #46586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46586C is #B9A793. Grayscale: #545454. Windows color (decimal): -12167060 or 7100486. OLE color: 7100486.
HSL color Cylindrical-coordinate representation of color #46586C: hue angle of 211.58º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46586C is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 88 | 108 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.58 |
| HSL | 211.58º | 0.21% | 0.35% | - |
| HSV(B) | 211.58º | 0.35% | 0.42% | - |
| XYZ | 8.72 | 9.36 | 15.54 | - |
| YUV | 84.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 108 | 0.35 | 0.19 | 0 | 0.58 | 211.58 | 0.21 | 0.35 |
| Hex | 46 | 58 | 6C | 23 | 13 | 0 | 3A | D4 | 15 | 23 |
| Octal | 106 | 130 | 154 | 43 | 23 | 0 | 72 | 324 | 25 | 43 |
| Binary | 1000110 | 1011000 | 1101100 | 100011 | 10011 | 0 | 111010 | 11010100 | 10101 | 100011 |
Color Harmonies of #46586C
Complementary color
Monochromatic Colors of #46586C
Black with #46586C
Text Example
Text Example
White with #46586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46586C; }
p { color: rgb(70,88,108); }
H1.HeaderClassName
{
color: #46586C;
}
.AnyTagClassName
{
color: #46586C;
}
</style>
background-color css
<style>
a { background-color: #46586C; }
a { background-color: rgb(70,88,108); }
div.DivClassName
{
background-color: #46586C;
}
.BgClassName
{
background-color: #46586C;
}
</style>
border-color css
<style>
span { border-color: #46586C; }
span { border-color: rgb(70,88,108); }
td.TdClassName
{
border-color: #46586C;
}
.TagClassName
{
border-color: #46586C;
}
</style>