Shades of Chambray #475A7A
Tints of Chambray #475A7A
RGB
CMYK
RGB Variations
Color information
#475A7A (or 0x475A7A) is known color: Chambray. HEX triplet: 47, 5A and 7A. RGB value is (71,90,122). Sum of RGB (Red+Green+Blue) = 71+90+122=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #475A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A7A is #B8A585. Grayscale: #575757. Windows color (decimal): -12100998 or 8018503. OLE color: 8018503.
HSL color Cylindrical-coordinate representation of color #475A7A: hue angle of 217.65º 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 #475A7A is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 90 | 122 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.52 |
| HSL | 217.65º | 0.26% | 0.38% | - |
| HSV(B) | 217.65º | 0.42% | 0.48% | - |
| XYZ | 9.77 | 10.06 | 19.84 | - |
| YUV | 87.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 122 | 0.42 | 0.26 | 0 | 0.52 | 217.65 | 0.26 | 0.38 |
| Hex | 47 | 5A | 7A | 2A | 1A | 0 | 34 | DA | 1A | 26 |
| Octal | 107 | 132 | 172 | 52 | 32 | 0 | 64 | 332 | 32 | 46 |
| Binary | 1000111 | 1011010 | 1111010 | 101010 | 11010 | 0 | 110100 | 11011010 | 11010 | 100110 |
Color Harmonies of #475A7A
Complementary color
Monochromatic Colors of #475A7A
Black with #475A7A
Text Example
Text Example
White with #475A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A7A; }
p { color: rgb(71,90,122); }
H1.HeaderClassName
{
color: #475A7A;
}
.AnyTagClassName
{
color: #475A7A;
}
</style>
background-color css
<style>
a { background-color: #475A7A; }
a { background-color: rgb(71,90,122); }
div.DivClassName
{
background-color: #475A7A;
}
.BgClassName
{
background-color: #475A7A;
}
</style>
border-color css
<style>
span { border-color: #475A7A; }
span { border-color: rgb(71,90,122); }
td.TdClassName
{
border-color: #475A7A;
}
.TagClassName
{
border-color: #475A7A;
}
</style>