Shades of Chambray #475C72
Tints of Chambray #475C72
RGB
CMYK
RGB Variations
Color information
#475C72 (or 0x475C72) is known color: Chambray. HEX triplet: 47, 5C and 72. RGB value is (71,92,114). Sum of RGB (Red+Green+Blue) = 71+92+114=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #475C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C72 is #B8A38D. Grayscale: #585858. Windows color (decimal): -12100494 or 7494727. OLE color: 7494727.
HSL color Cylindrical-coordinate representation of color #475C72: hue angle of 210.7º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475C72 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 92 | 114 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.55 |
| HSL | 210.7º | 0.23% | 0.36% | - |
| HSV(B) | 210.7º | 0.38% | 0.45% | - |
| XYZ | 9.46 | 10.21 | 17.39 | - |
| YUV | 88.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 114 | 0.38 | 0.19 | 0 | 0.55 | 210.7 | 0.23 | 0.36 |
| Hex | 47 | 5C | 72 | 26 | 13 | 0 | 37 | D3 | 17 | 24 |
| Octal | 107 | 134 | 162 | 46 | 23 | 0 | 67 | 323 | 27 | 44 |
| Binary | 1000111 | 1011100 | 1110010 | 100110 | 10011 | 0 | 110111 | 11010011 | 10111 | 100100 |
Color Harmonies of #475C72
Complementary color
Monochromatic Colors of #475C72
Black with #475C72
Text Example
Text Example
White with #475C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C72; }
p { color: rgb(71,92,114); }
H1.HeaderClassName
{
color: #475C72;
}
.AnyTagClassName
{
color: #475C72;
}
</style>
background-color css
<style>
a { background-color: #475C72; }
a { background-color: rgb(71,92,114); }
div.DivClassName
{
background-color: #475C72;
}
.BgClassName
{
background-color: #475C72;
}
</style>
border-color css
<style>
span { border-color: #475C72; }
span { border-color: rgb(71,92,114); }
td.TdClassName
{
border-color: #475C72;
}
.TagClassName
{
border-color: #475C72;
}
</style>