Shades of Chambray #475F7A
Tints of Chambray #475F7A
RGB
CMYK
RGB Variations
Color information
#475F7A (or 0x475F7A) is known color: Chambray. HEX triplet: 47, 5F and 7A. RGB value is (71,95,122). Sum of RGB (Red+Green+Blue) = 71+95+122=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #475F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F7A is #B8A085. Grayscale: #5A5A5A. Windows color (decimal): -12099718 or 8019783. OLE color: 8019783.
HSL color Cylindrical-coordinate representation of color #475F7A: hue angle of 211.76º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #475F7A is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 95 | 122 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.52 |
| HSL | 211.76º | 0.26% | 0.38% | - |
| HSV(B) | 211.76º | 0.42% | 0.48% | - |
| XYZ | 10.2 | 10.93 | 19.98 | - |
| YUV | 90.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 122 | 0.42 | 0.22 | 0 | 0.52 | 211.76 | 0.26 | 0.38 |
| Hex | 47 | 5F | 7A | 2A | 16 | 0 | 34 | D4 | 1A | 26 |
| Octal | 107 | 137 | 172 | 52 | 26 | 0 | 64 | 324 | 32 | 46 |
| Binary | 1000111 | 1011111 | 1111010 | 101010 | 10110 | 0 | 110100 | 11010100 | 11010 | 100110 |
Color Harmonies of #475F7A
Complementary color
Monochromatic Colors of #475F7A
Black with #475F7A
Text Example
Text Example
White with #475F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475F7A; }
p { color: rgb(71,95,122); }
H1.HeaderClassName
{
color: #475F7A;
}
.AnyTagClassName
{
color: #475F7A;
}
</style>
background-color css
<style>
a { background-color: #475F7A; }
a { background-color: rgb(71,95,122); }
div.DivClassName
{
background-color: #475F7A;
}
.BgClassName
{
background-color: #475F7A;
}
</style>
border-color css
<style>
span { border-color: #475F7A; }
span { border-color: rgb(71,95,122); }
td.TdClassName
{
border-color: #475F7A;
}
.TagClassName
{
border-color: #475F7A;
}
</style>