Shades of Chambray #46587C
Tints of Chambray #46587C
RGB
CMYK
RGB Variations
Color information
#46587C (or 0x46587C) is known color: Chambray. HEX triplet: 46, 58 and 7C. RGB value is (70,88,124). Sum of RGB (Red+Green+Blue) = 70+88+124=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #46587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46587C is #B9A783. Grayscale: #565656. Windows color (decimal): -12167044 or 8149062. OLE color: 8149062.
HSL color Cylindrical-coordinate representation of color #46587C: hue angle of 220º 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 #46587C is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 88 | 124 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.51 |
| HSL | 220º | 0.28% | 0.38% | - |
| HSV(B) | 220º | 0.44% | 0.49% | - |
| XYZ | 9.65 | 9.74 | 20.44 | - |
| YUV | 86.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 124 | 0.44 | 0.29 | 0 | 0.51 | 220 | 0.28 | 0.38 |
| Hex | 46 | 58 | 7C | 2C | 1D | 0 | 33 | DC | 1C | 26 |
| Octal | 106 | 130 | 174 | 54 | 35 | 0 | 63 | 334 | 34 | 46 |
| Binary | 1000110 | 1011000 | 1111100 | 101100 | 11101 | 0 | 110011 | 11011100 | 11100 | 100110 |
Color Harmonies of #46587C
Complementary color
Monochromatic Colors of #46587C
Black with #46587C
Text Example
Text Example
White with #46587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46587C; }
p { color: rgb(70,88,124); }
H1.HeaderClassName
{
color: #46587C;
}
.AnyTagClassName
{
color: #46587C;
}
</style>
background-color css
<style>
a { background-color: #46587C; }
a { background-color: rgb(70,88,124); }
div.DivClassName
{
background-color: #46587C;
}
.BgClassName
{
background-color: #46587C;
}
</style>
border-color css
<style>
span { border-color: #46587C; }
span { border-color: rgb(70,88,124); }
td.TdClassName
{
border-color: #46587C;
}
.TagClassName
{
border-color: #46587C;
}
</style>