Shades of Chambray #46577D
Tints of Chambray #46577D
RGB
CMYK
RGB Variations
Color information
#46577D (or 0x46577D) is known color: Chambray. HEX triplet: 46, 57 and 7D. RGB value is (70,87,125). Sum of RGB (Red+Green+Blue) = 70+87+125=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #46577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46577D is #B9A882. Grayscale: #565656. Windows color (decimal): -12167299 or 8214342. OLE color: 8214342.
HSL color Cylindrical-coordinate representation of color #46577D: hue angle of 221.45º 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 #46577D is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 87 | 125 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.51 |
| HSL | 221.45º | 0.28% | 0.38% | - |
| HSV(B) | 221.45º | 0.44% | 0.49% | - |
| XYZ | 9.64 | 9.6 | 20.75 | - |
| YUV | 86.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 87 | 125 | 0.44 | 0.30 | 0 | 0.51 | 221.45 | 0.28 | 0.38 |
| Hex | 46 | 57 | 7D | 2C | 1E | 0 | 33 | DD | 1C | 26 |
| Octal | 106 | 127 | 175 | 54 | 36 | 0 | 63 | 335 | 34 | 46 |
| Binary | 1000110 | 1010111 | 1111101 | 101100 | 11110 | 0 | 110011 | 11011101 | 11100 | 100110 |
Color Harmonies of #46577D
Complementary color
Monochromatic Colors of #46577D
Black with #46577D
Text Example
Text Example
White with #46577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46577D; }
p { color: rgb(70,87,125); }
H1.HeaderClassName
{
color: #46577D;
}
.AnyTagClassName
{
color: #46577D;
}
</style>
background-color css
<style>
a { background-color: #46577D; }
a { background-color: rgb(70,87,125); }
div.DivClassName
{
background-color: #46577D;
}
.BgClassName
{
background-color: #46577D;
}
</style>
border-color css
<style>
span { border-color: #46577D; }
span { border-color: rgb(70,87,125); }
td.TdClassName
{
border-color: #46577D;
}
.TagClassName
{
border-color: #46577D;
}
</style>