Shades of Chambray #475C7D
Tints of Chambray #475C7D
RGB
CMYK
RGB Variations
Color information
#475C7D (or 0x475C7D) is known color: Chambray. HEX triplet: 47, 5C and 7D. RGB value is (71,92,125). Sum of RGB (Red+Green+Blue) = 71+92+125=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #475C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C7D is #B8A382. Grayscale: #595959. Windows color (decimal): -12100483 or 8215623. OLE color: 8215623.
HSL color Cylindrical-coordinate representation of color #475C7D: hue angle of 216.67º 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 #475C7D is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 92 | 125 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.51 |
| HSL | 216.67º | 0.28% | 0.38% | - |
| HSV(B) | 216.67º | 0.43% | 0.49% | - |
| XYZ | 10.13 | 10.47 | 20.89 | - |
| YUV | 89.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 125 | 0.43 | 0.26 | 0 | 0.51 | 216.67 | 0.28 | 0.38 |
| Hex | 47 | 5C | 7D | 2B | 1A | 0 | 33 | D9 | 1C | 26 |
| Octal | 107 | 134 | 175 | 53 | 32 | 0 | 63 | 331 | 34 | 46 |
| Binary | 1000111 | 1011100 | 1111101 | 101011 | 11010 | 0 | 110011 | 11011001 | 11100 | 100110 |
Color Harmonies of #475C7D
Complementary color
Monochromatic Colors of #475C7D
Black with #475C7D
Text Example
Text Example
White with #475C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C7D; }
p { color: rgb(71,92,125); }
H1.HeaderClassName
{
color: #475C7D;
}
.AnyTagClassName
{
color: #475C7D;
}
</style>
background-color css
<style>
a { background-color: #475C7D; }
a { background-color: rgb(71,92,125); }
div.DivClassName
{
background-color: #475C7D;
}
.BgClassName
{
background-color: #475C7D;
}
</style>
border-color css
<style>
span { border-color: #475C7D; }
span { border-color: rgb(71,92,125); }
td.TdClassName
{
border-color: #475C7D;
}
.TagClassName
{
border-color: #475C7D;
}
</style>