Shades of Chambray #475A84
Tints of Chambray #475A84
RGB
CMYK
RGB Variations
Color information
#475A84 (or 0x475A84) is known color: Chambray. HEX triplet: 47, 5A and 84. RGB value is (71,90,132). Sum of RGB (Red+Green+Blue) = 71+90+132=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #475A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475A84 is #B8A57B. Grayscale: #585858. Windows color (decimal): -12100988 or 8673863. OLE color: 8673863.
HSL color Cylindrical-coordinate representation of color #475A84: hue angle of 221.31º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475A84 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 90 | 132 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.48 |
| HSL | 221.31º | 0.3% | 0.4% | - |
| HSV(B) | 221.31º | 0.46% | 0.52% | - |
| XYZ | 10.42 | 10.32 | 23.27 | - |
| YUV | 89.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 132 | 0.46 | 0.32 | 0 | 0.48 | 221.31 | 0.3 | 0.4 |
| Hex | 47 | 5A | 84 | 2E | 20 | 0 | 30 | DD | 1E | 28 |
| Octal | 107 | 132 | 204 | 56 | 40 | 0 | 60 | 335 | 36 | 50 |
| Binary | 1000111 | 1011010 | 10000100 | 101110 | 100000 | 0 | 110000 | 11011101 | 11110 | 101000 |
Color Harmonies of #475A84
Complementary color
Monochromatic Colors of #475A84
Black with #475A84
Text Example
Text Example
White with #475A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A84; }
p { color: rgb(71,90,132); }
H1.HeaderClassName
{
color: #475A84;
}
.AnyTagClassName
{
color: #475A84;
}
</style>
background-color css
<style>
a { background-color: #475A84; }
a { background-color: rgb(71,90,132); }
div.DivClassName
{
background-color: #475A84;
}
.BgClassName
{
background-color: #475A84;
}
</style>
border-color css
<style>
span { border-color: #475A84; }
span { border-color: rgb(71,90,132); }
td.TdClassName
{
border-color: #475A84;
}
.TagClassName
{
border-color: #475A84;
}
</style>