Shades of Chambray #4F5D71
Tints of Chambray #4F5D71
RGB
CMYK
RGB Variations
Color information
#4F5D71 (or 0x4F5D71) is known color: Chambray. HEX triplet: 4F, 5D and 71. RGB value is (79,93,113). Sum of RGB (Red+Green+Blue) = 79+93+113=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F5D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5D71 is #B0A28E. Grayscale: #5B5B5B. Windows color (decimal): -11575951 or 7429455. OLE color: 7429455.
HSL color Cylindrical-coordinate representation of color #4F5D71: hue angle of 215.29º 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 #4F5D71 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 93 | 113 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.56 |
| HSL | 215.29º | 0.18% | 0.38% | - |
| HSV(B) | 215.29º | 0.3% | 0.44% | - |
| XYZ | 10.12 | 10.68 | 17.15 | - |
| YUV | 91.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 113 | 0.30 | 0.18 | 0 | 0.56 | 215.29 | 0.18 | 0.38 |
| Hex | 4F | 5D | 71 | 1E | 12 | 0 | 38 | D7 | 12 | 26 |
| Octal | 117 | 135 | 161 | 36 | 22 | 0 | 70 | 327 | 22 | 46 |
| Binary | 1001111 | 1011101 | 1110001 | 11110 | 10010 | 0 | 111000 | 11010111 | 10010 | 100110 |
Color Harmonies of #4F5D71
Complementary color
Monochromatic Colors of #4F5D71
Black with #4F5D71
Text Example
Text Example
White with #4F5D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5D71; }
p { color: rgb(79,93,113); }
H1.HeaderClassName
{
color: #4F5D71;
}
.AnyTagClassName
{
color: #4F5D71;
}
</style>
background-color css
<style>
a { background-color: #4F5D71; }
a { background-color: rgb(79,93,113); }
div.DivClassName
{
background-color: #4F5D71;
}
.BgClassName
{
background-color: #4F5D71;
}
</style>
border-color css
<style>
span { border-color: #4F5D71; }
span { border-color: rgb(79,93,113); }
td.TdClassName
{
border-color: #4F5D71;
}
.TagClassName
{
border-color: #4F5D71;
}
</style>