Shades of Chambray #475985
Tints of Chambray #475985
RGB
CMYK
RGB Variations
Color information
#475985 (or 0x475985) is known color: Chambray. HEX triplet: 47, 59 and 85. RGB value is (71,89,133). Sum of RGB (Red+Green+Blue) = 71+89+133=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #475985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475985 is #B8A67A. Grayscale: #585858. Windows color (decimal): -12101243 or 8739143. OLE color: 8739143.
HSL color Cylindrical-coordinate representation of color #475985: hue angle of 222.58º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475985 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 89 | 133 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.48 |
| HSL | 222.58º | 0.3% | 0.4% | - |
| HSV(B) | 222.58º | 0.47% | 0.52% | - |
| XYZ | 10.4 | 10.18 | 23.61 | - |
| YUV | 88.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 133 | 0.47 | 0.33 | 0 | 0.48 | 222.58 | 0.3 | 0.4 |
| Hex | 47 | 59 | 85 | 2F | 21 | 0 | 30 | DF | 1E | 28 |
| Octal | 107 | 131 | 205 | 57 | 41 | 0 | 60 | 337 | 36 | 50 |
| Binary | 1000111 | 1011001 | 10000101 | 101111 | 100001 | 0 | 110000 | 11011111 | 11110 | 101000 |
Color Harmonies of #475985
Complementary color
Monochromatic Colors of #475985
Black with #475985
Text Example
Text Example
White with #475985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475985; }
p { color: rgb(71,89,133); }
H1.HeaderClassName
{
color: #475985;
}
.AnyTagClassName
{
color: #475985;
}
</style>
background-color css
<style>
a { background-color: #475985; }
a { background-color: rgb(71,89,133); }
div.DivClassName
{
background-color: #475985;
}
.BgClassName
{
background-color: #475985;
}
</style>
border-color css
<style>
span { border-color: #475985; }
span { border-color: rgb(71,89,133); }
td.TdClassName
{
border-color: #475985;
}
.TagClassName
{
border-color: #475985;
}
</style>