Shades of Chambray #475E78
Tints of Chambray #475E78
RGB
CMYK
RGB Variations
Color information
#475E78 (or 0x475E78) is known color: Chambray. HEX triplet: 47, 5E and 78. RGB value is (71,94,120). Sum of RGB (Red+Green+Blue) = 71+94+120=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #475E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E78 is #B8A187. Grayscale: #595959. Windows color (decimal): -12099976 or 7888455. OLE color: 7888455.
HSL color Cylindrical-coordinate representation of color #475E78: hue angle of 211.84º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #475E78 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 94 | 120 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.53 |
| HSL | 211.84º | 0.26% | 0.37% | - |
| HSV(B) | 211.84º | 0.41% | 0.47% | - |
| XYZ | 9.99 | 10.7 | 19.31 | - |
| YUV | 90.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 120 | 0.41 | 0.22 | 0 | 0.53 | 211.84 | 0.26 | 0.37 |
| Hex | 47 | 5E | 78 | 29 | 16 | 0 | 35 | D4 | 1A | 25 |
| Octal | 107 | 136 | 170 | 51 | 26 | 0 | 65 | 324 | 32 | 45 |
| Binary | 1000111 | 1011110 | 1111000 | 101001 | 10110 | 0 | 110101 | 11010100 | 11010 | 100101 |
Color Harmonies of #475E78
Complementary color
Monochromatic Colors of #475E78
Black with #475E78
Text Example
Text Example
White with #475E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E78; }
p { color: rgb(71,94,120); }
H1.HeaderClassName
{
color: #475E78;
}
.AnyTagClassName
{
color: #475E78;
}
</style>
background-color css
<style>
a { background-color: #475E78; }
a { background-color: rgb(71,94,120); }
div.DivClassName
{
background-color: #475E78;
}
.BgClassName
{
background-color: #475E78;
}
</style>
border-color css
<style>
span { border-color: #475E78; }
span { border-color: rgb(71,94,120); }
td.TdClassName
{
border-color: #475E78;
}
.TagClassName
{
border-color: #475E78;
}
</style>