Shades of Chambray #475D7A
Tints of Chambray #475D7A
RGB
CMYK
RGB Variations
Color information
#475D7A (or 0x475D7A) is known color: Chambray. HEX triplet: 47, 5D and 7A. RGB value is (71,93,122). Sum of RGB (Red+Green+Blue) = 71+93+122=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #475D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D7A is #B8A285. Grayscale: #595959. Windows color (decimal): -12100230 or 8019271. OLE color: 8019271.
HSL color Cylindrical-coordinate representation of color #475D7A: hue angle of 214.12º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #475D7A is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 93 | 122 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.52 |
| HSL | 214.12º | 0.26% | 0.38% | - |
| HSV(B) | 214.12º | 0.42% | 0.48% | - |
| XYZ | 10.03 | 10.57 | 19.92 | - |
| YUV | 89.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 122 | 0.42 | 0.24 | 0 | 0.52 | 214.12 | 0.26 | 0.38 |
| Hex | 47 | 5D | 7A | 2A | 18 | 0 | 34 | D6 | 1A | 26 |
| Octal | 107 | 135 | 172 | 52 | 30 | 0 | 64 | 326 | 32 | 46 |
| Binary | 1000111 | 1011101 | 1111010 | 101010 | 11000 | 0 | 110100 | 11010110 | 11010 | 100110 |
Color Harmonies of #475D7A
Complementary color
Monochromatic Colors of #475D7A
Black with #475D7A
Text Example
Text Example
White with #475D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D7A; }
p { color: rgb(71,93,122); }
H1.HeaderClassName
{
color: #475D7A;
}
.AnyTagClassName
{
color: #475D7A;
}
</style>
background-color css
<style>
a { background-color: #475D7A; }
a { background-color: rgb(71,93,122); }
div.DivClassName
{
background-color: #475D7A;
}
.BgClassName
{
background-color: #475D7A;
}
</style>
border-color css
<style>
span { border-color: #475D7A; }
span { border-color: rgb(71,93,122); }
td.TdClassName
{
border-color: #475D7A;
}
.TagClassName
{
border-color: #475D7A;
}
</style>