Shades of Chambray #46586B
Tints of Chambray #46586B
RGB
CMYK
RGB Variations
Color information
#46586B (or 0x46586B) is known color: Chambray. HEX triplet: 46, 58 and 6B. RGB value is (70,88,107). Sum of RGB (Red+Green+Blue) = 70+88+107=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #46586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46586B is #B9A794. Grayscale: #545454. Windows color (decimal): -12167061 or 7034950. OLE color: 7034950.
HSL color Cylindrical-coordinate representation of color #46586B: hue angle of 210.81º 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 #46586B is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 88 | 107 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.58 |
| HSL | 210.81º | 0.21% | 0.35% | - |
| HSV(B) | 210.81º | 0.35% | 0.42% | - |
| XYZ | 8.67 | 9.34 | 15.26 | - |
| YUV | 84.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 107 | 0.35 | 0.18 | 0 | 0.58 | 210.81 | 0.21 | 0.35 |
| Hex | 46 | 58 | 6B | 23 | 12 | 0 | 3A | D3 | 15 | 23 |
| Octal | 106 | 130 | 153 | 43 | 22 | 0 | 72 | 323 | 25 | 43 |
| Binary | 1000110 | 1011000 | 1101011 | 100011 | 10010 | 0 | 111010 | 11010011 | 10101 | 100011 |
Color Harmonies of #46586B
Complementary color
Monochromatic Colors of #46586B
Black with #46586B
Text Example
Text Example
White with #46586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46586B; }
p { color: rgb(70,88,107); }
H1.HeaderClassName
{
color: #46586B;
}
.AnyTagClassName
{
color: #46586B;
}
</style>
background-color css
<style>
a { background-color: #46586B; }
a { background-color: rgb(70,88,107); }
div.DivClassName
{
background-color: #46586B;
}
.BgClassName
{
background-color: #46586B;
}
</style>
border-color css
<style>
span { border-color: #46586B; }
span { border-color: rgb(70,88,107); }
td.TdClassName
{
border-color: #46586B;
}
.TagClassName
{
border-color: #46586B;
}
</style>