Shades of Chambray #475E7D
Tints of Chambray #475E7D
RGB
CMYK
RGB Variations
Color information
#475E7D (or 0x475E7D) is known color: Chambray. HEX triplet: 47, 5E and 7D. RGB value is (71,94,125). Sum of RGB (Red+Green+Blue) = 71+94+125=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #475E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E7D is #B8A182. Grayscale: #5A5A5A. Windows color (decimal): -12099971 or 8216135. OLE color: 8216135.
HSL color Cylindrical-coordinate representation of color #475E7D: hue angle of 214.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #475E7D is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 94 | 125 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.51 |
| HSL | 214.44º | 0.28% | 0.38% | - |
| HSV(B) | 214.44º | 0.43% | 0.49% | - |
| XYZ | 10.3 | 10.83 | 20.95 | - |
| YUV | 90.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 125 | 0.43 | 0.25 | 0 | 0.51 | 214.44 | 0.28 | 0.38 |
| Hex | 47 | 5E | 7D | 2B | 19 | 0 | 33 | D6 | 1C | 26 |
| Octal | 107 | 136 | 175 | 53 | 31 | 0 | 63 | 326 | 34 | 46 |
| Binary | 1000111 | 1011110 | 1111101 | 101011 | 11001 | 0 | 110011 | 11010110 | 11100 | 100110 |
Color Harmonies of #475E7D
Complementary color
Monochromatic Colors of #475E7D
Black with #475E7D
Text Example
Text Example
White with #475E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E7D; }
p { color: rgb(71,94,125); }
H1.HeaderClassName
{
color: #475E7D;
}
.AnyTagClassName
{
color: #475E7D;
}
</style>
background-color css
<style>
a { background-color: #475E7D; }
a { background-color: rgb(71,94,125); }
div.DivClassName
{
background-color: #475E7D;
}
.BgClassName
{
background-color: #475E7D;
}
</style>
border-color css
<style>
span { border-color: #475E7D; }
span { border-color: rgb(71,94,125); }
td.TdClassName
{
border-color: #475E7D;
}
.TagClassName
{
border-color: #475E7D;
}
</style>