Shades of Chambray #4F5A71
Tints of Chambray #4F5A71
RGB
CMYK
RGB Variations
Color information
#4F5A71 (or 0x4F5A71) is known color: Chambray. HEX triplet: 4F, 5A and 71. RGB value is (79,90,113). Sum of RGB (Red+Green+Blue) = 79+90+113=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F5A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A71 is #B0A58E. Grayscale: #595959. Windows color (decimal): -11576719 or 7428687. OLE color: 7428687.
HSL color Cylindrical-coordinate representation of color #4F5A71: hue angle of 220.59º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F5A71 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 90 | 113 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.56 |
| HSL | 220.59º | 0.18% | 0.38% | - |
| HSV(B) | 220.59º | 0.3% | 0.44% | - |
| XYZ | 9.86 | 10.17 | 17.07 | - |
| YUV | 89.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 113 | 0.30 | 0.20 | 0 | 0.56 | 220.59 | 0.18 | 0.38 |
| Hex | 4F | 5A | 71 | 1E | 14 | 0 | 38 | DD | 12 | 26 |
| Octal | 117 | 132 | 161 | 36 | 24 | 0 | 70 | 335 | 22 | 46 |
| Binary | 1001111 | 1011010 | 1110001 | 11110 | 10100 | 0 | 111000 | 11011101 | 10010 | 100110 |
Color Harmonies of #4F5A71
Complementary color
Monochromatic Colors of #4F5A71
Black with #4F5A71
Text Example
Text Example
White with #4F5A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A71; }
p { color: rgb(79,90,113); }
H1.HeaderClassName
{
color: #4F5A71;
}
.AnyTagClassName
{
color: #4F5A71;
}
</style>
background-color css
<style>
a { background-color: #4F5A71; }
a { background-color: rgb(79,90,113); }
div.DivClassName
{
background-color: #4F5A71;
}
.BgClassName
{
background-color: #4F5A71;
}
</style>
border-color css
<style>
span { border-color: #4F5A71; }
span { border-color: rgb(79,90,113); }
td.TdClassName
{
border-color: #4F5A71;
}
.TagClassName
{
border-color: #4F5A71;
}
</style>