Shades of Chambray #475C83
Tints of Chambray #475C83
RGB
CMYK
RGB Variations
Color information
#475C83 (or 0x475C83) is known color: Chambray. HEX triplet: 47, 5C and 83. RGB value is (71,92,131). Sum of RGB (Red+Green+Blue) = 71+92+131=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #475C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475C83 is #B8A37C. Grayscale: #595959. Windows color (decimal): -12100477 or 8608839. OLE color: 8608839.
HSL color Cylindrical-coordinate representation of color #475C83: hue angle of 219º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475C83 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 92 | 131 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.49 |
| HSL | 219º | 0.3% | 0.4% | - |
| HSV(B) | 219º | 0.46% | 0.51% | - |
| XYZ | 10.52 | 10.63 | 22.97 | - |
| YUV | 90.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 131 | 0.46 | 0.30 | 0 | 0.49 | 219 | 0.3 | 0.4 |
| Hex | 47 | 5C | 83 | 2E | 1E | 0 | 31 | DB | 1E | 28 |
| Octal | 107 | 134 | 203 | 56 | 36 | 0 | 61 | 333 | 36 | 50 |
| Binary | 1000111 | 1011100 | 10000011 | 101110 | 11110 | 0 | 110001 | 11011011 | 11110 | 101000 |
Color Harmonies of #475C83
Complementary color
Monochromatic Colors of #475C83
Black with #475C83
Text Example
Text Example
White with #475C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C83; }
p { color: rgb(71,92,131); }
H1.HeaderClassName
{
color: #475C83;
}
.AnyTagClassName
{
color: #475C83;
}
</style>
background-color css
<style>
a { background-color: #475C83; }
a { background-color: rgb(71,92,131); }
div.DivClassName
{
background-color: #475C83;
}
.BgClassName
{
background-color: #475C83;
}
</style>
border-color css
<style>
span { border-color: #475C83; }
span { border-color: rgb(71,92,131); }
td.TdClassName
{
border-color: #475C83;
}
.TagClassName
{
border-color: #475C83;
}
</style>