Shades of Chambray #475E76
Tints of Chambray #475E76
RGB
CMYK
RGB Variations
Color information
#475E76 (or 0x475E76) is known color: Chambray. HEX triplet: 47, 5E and 76. RGB value is (71,94,118). Sum of RGB (Red+Green+Blue) = 71+94+118=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #475E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E76 is #B8A189. Grayscale: #595959. Windows color (decimal): -12099978 or 7757383. OLE color: 7757383.
HSL color Cylindrical-coordinate representation of color #475E76: hue angle of 210.64º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475E76 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 94 | 118 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.54 |
| HSL | 210.64º | 0.25% | 0.37% | - |
| HSV(B) | 210.64º | 0.4% | 0.46% | - |
| XYZ | 9.87 | 10.65 | 18.68 | - |
| YUV | 89.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 118 | 0.40 | 0.20 | 0 | 0.54 | 210.64 | 0.25 | 0.37 |
| Hex | 47 | 5E | 76 | 28 | 14 | 0 | 36 | D3 | 19 | 25 |
| Octal | 107 | 136 | 166 | 50 | 24 | 0 | 66 | 323 | 31 | 45 |
| Binary | 1000111 | 1011110 | 1110110 | 101000 | 10100 | 0 | 110110 | 11010011 | 11001 | 100101 |
Color Harmonies of #475E76
Complementary color
Monochromatic Colors of #475E76
Black with #475E76
Text Example
Text Example
White with #475E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E76; }
p { color: rgb(71,94,118); }
H1.HeaderClassName
{
color: #475E76;
}
.AnyTagClassName
{
color: #475E76;
}
</style>
background-color css
<style>
a { background-color: #475E76; }
a { background-color: rgb(71,94,118); }
div.DivClassName
{
background-color: #475E76;
}
.BgClassName
{
background-color: #475E76;
}
</style>
border-color css
<style>
span { border-color: #475E76; }
span { border-color: rgb(71,94,118); }
td.TdClassName
{
border-color: #475E76;
}
.TagClassName
{
border-color: #475E76;
}
</style>