Shades of Chambray #46587D
Tints of Chambray #46587D
RGB
CMYK
RGB Variations
Color information
#46587D (or 0x46587D) is known color: Chambray. HEX triplet: 46, 58 and 7D. RGB value is (70,88,125). Sum of RGB (Red+Green+Blue) = 70+88+125=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #46587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46587D is #B9A782. Grayscale: #565656. Windows color (decimal): -12167043 or 8214598. OLE color: 8214598.
HSL color Cylindrical-coordinate representation of color #46587D: hue angle of 220.36º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46587D is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 88 | 125 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.51 |
| HSL | 220.36º | 0.28% | 0.38% | - |
| HSV(B) | 220.36º | 0.44% | 0.49% | - |
| XYZ | 9.72 | 9.76 | 20.77 | - |
| YUV | 86.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 125 | 0.44 | 0.30 | 0 | 0.51 | 220.36 | 0.28 | 0.38 |
| Hex | 46 | 58 | 7D | 2C | 1E | 0 | 33 | DC | 1C | 26 |
| Octal | 106 | 130 | 175 | 54 | 36 | 0 | 63 | 334 | 34 | 46 |
| Binary | 1000110 | 1011000 | 1111101 | 101100 | 11110 | 0 | 110011 | 11011100 | 11100 | 100110 |
Color Harmonies of #46587D
Complementary color
Monochromatic Colors of #46587D
Black with #46587D
Text Example
Text Example
White with #46587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46587D; }
p { color: rgb(70,88,125); }
H1.HeaderClassName
{
color: #46587D;
}
.AnyTagClassName
{
color: #46587D;
}
</style>
background-color css
<style>
a { background-color: #46587D; }
a { background-color: rgb(70,88,125); }
div.DivClassName
{
background-color: #46587D;
}
.BgClassName
{
background-color: #46587D;
}
</style>
border-color css
<style>
span { border-color: #46587D; }
span { border-color: rgb(70,88,125); }
td.TdClassName
{
border-color: #46587D;
}
.TagClassName
{
border-color: #46587D;
}
</style>