Shades of Chambray #4F5B71
Tints of Chambray #4F5B71
RGB
CMYK
RGB Variations
Color information
#4F5B71 (or 0x4F5B71) is known color: Chambray. HEX triplet: 4F, 5B and 71. RGB value is (79,91,113). Sum of RGB (Red+Green+Blue) = 79+91+113=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F5B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5B71 is #B0A48E. Grayscale: #595959. Windows color (decimal): -11576463 or 7428943. OLE color: 7428943.
HSL color Cylindrical-coordinate representation of color #4F5B71: hue angle of 218.82º 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 #4F5B71 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 91 | 113 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.56 |
| HSL | 218.82º | 0.18% | 0.38% | - |
| HSV(B) | 218.82º | 0.3% | 0.44% | - |
| XYZ | 9.95 | 10.34 | 17.09 | - |
| YUV | 89.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 113 | 0.30 | 0.19 | 0 | 0.56 | 218.82 | 0.18 | 0.38 |
| Hex | 4F | 5B | 71 | 1E | 13 | 0 | 38 | DB | 12 | 26 |
| Octal | 117 | 133 | 161 | 36 | 23 | 0 | 70 | 333 | 22 | 46 |
| Binary | 1001111 | 1011011 | 1110001 | 11110 | 10011 | 0 | 111000 | 11011011 | 10010 | 100110 |
Color Harmonies of #4F5B71
Complementary color
Monochromatic Colors of #4F5B71
Black with #4F5B71
Text Example
Text Example
White with #4F5B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5B71; }
p { color: rgb(79,91,113); }
H1.HeaderClassName
{
color: #4F5B71;
}
.AnyTagClassName
{
color: #4F5B71;
}
</style>
background-color css
<style>
a { background-color: #4F5B71; }
a { background-color: rgb(79,91,113); }
div.DivClassName
{
background-color: #4F5B71;
}
.BgClassName
{
background-color: #4F5B71;
}
</style>
border-color css
<style>
span { border-color: #4F5B71; }
span { border-color: rgb(79,91,113); }
td.TdClassName
{
border-color: #4F5B71;
}
.TagClassName
{
border-color: #4F5B71;
}
</style>