Shades of Chambray #475E88
Tints of Chambray #475E88
RGB
CMYK
RGB Variations
Color information
#475E88 (or 0x475E88) is known color: Chambray. HEX triplet: 47, 5E and 88. RGB value is (71,94,136). Sum of RGB (Red+Green+Blue) = 71+94+136=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #475E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475E88 is #B8A177. Grayscale: #5B5B5B. Windows color (decimal): -12099960 or 8937031. OLE color: 8937031.
HSL color Cylindrical-coordinate representation of color #475E88: hue angle of 218.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #475E88 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 94 | 136 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.47 |
| HSL | 218.77º | 0.31% | 0.41% | - |
| HSV(B) | 218.77º | 0.48% | 0.53% | - |
| XYZ | 11.05 | 11.12 | 24.86 | - |
| YUV | 91.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 136 | 0.48 | 0.31 | 0 | 0.47 | 218.77 | 0.31 | 0.41 |
| Hex | 47 | 5E | 88 | 30 | 1F | 0 | 2F | DB | 1F | 29 |
| Octal | 107 | 136 | 210 | 60 | 37 | 0 | 57 | 333 | 37 | 51 |
| Binary | 1000111 | 1011110 | 10001000 | 110000 | 11111 | 0 | 101111 | 11011011 | 11111 | 101001 |
Color Harmonies of #475E88
Complementary color
Monochromatic Colors of #475E88
Black with #475E88
Text Example
Text Example
White with #475E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E88; }
p { color: rgb(71,94,136); }
H1.HeaderClassName
{
color: #475E88;
}
.AnyTagClassName
{
color: #475E88;
}
</style>
background-color css
<style>
a { background-color: #475E88; }
a { background-color: rgb(71,94,136); }
div.DivClassName
{
background-color: #475E88;
}
.BgClassName
{
background-color: #475E88;
}
</style>
border-color css
<style>
span { border-color: #475E88; }
span { border-color: rgb(71,94,136); }
td.TdClassName
{
border-color: #475E88;
}
.TagClassName
{
border-color: #475E88;
}
</style>