Shades of Chambray #46607C
Tints of Chambray #46607C
RGB
CMYK
RGB Variations
Color information
#46607C (or 0x46607C) is known color: Chambray. HEX triplet: 46, 60 and 7C. RGB value is (70,96,124). Sum of RGB (Red+Green+Blue) = 70+96+124=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #46607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46607C is #B99F83. Grayscale: #5B5B5B. Windows color (decimal): -12164996 or 8151110. OLE color: 8151110.
HSL color Cylindrical-coordinate representation of color #46607C: hue angle of 211.11º 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 #46607C is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 96 | 124 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.51 |
| HSL | 211.11º | 0.28% | 0.38% | - |
| HSV(B) | 211.11º | 0.44% | 0.49% | - |
| XYZ | 10.35 | 11.12 | 20.67 | - |
| YUV | 91.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 124 | 0.44 | 0.23 | 0 | 0.51 | 211.11 | 0.28 | 0.38 |
| Hex | 46 | 60 | 7C | 2C | 17 | 0 | 33 | D3 | 1C | 26 |
| Octal | 106 | 140 | 174 | 54 | 27 | 0 | 63 | 323 | 34 | 46 |
| Binary | 1000110 | 1100000 | 1111100 | 101100 | 10111 | 0 | 110011 | 11010011 | 11100 | 100110 |
Color Harmonies of #46607C
Complementary color
Monochromatic Colors of #46607C
Black with #46607C
Text Example
Text Example
White with #46607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46607C; }
p { color: rgb(70,96,124); }
H1.HeaderClassName
{
color: #46607C;
}
.AnyTagClassName
{
color: #46607C;
}
</style>
background-color css
<style>
a { background-color: #46607C; }
a { background-color: rgb(70,96,124); }
div.DivClassName
{
background-color: #46607C;
}
.BgClassName
{
background-color: #46607C;
}
</style>
border-color css
<style>
span { border-color: #46607C; }
span { border-color: rgb(70,96,124); }
td.TdClassName
{
border-color: #46607C;
}
.TagClassName
{
border-color: #46607C;
}
</style>