Shades of Chambray #4F5D70
Tints of Chambray #4F5D70
RGB
CMYK
RGB Variations
Color information
#4F5D70 (or 0x4F5D70) is known color: Chambray. HEX triplet: 4F, 5D and 70. RGB value is (79,93,112). Sum of RGB (Red+Green+Blue) = 79+93+112=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F5D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5D70 is #B0A28F. Grayscale: #5A5A5A. Windows color (decimal): -11575952 or 7363919. OLE color: 7363919.
HSL color Cylindrical-coordinate representation of color #4F5D70: hue angle of 214.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F5D70 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 93 | 112 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.56 |
| HSL | 214.55º | 0.17% | 0.37% | - |
| HSV(B) | 214.55º | 0.29% | 0.44% | - |
| XYZ | 10.06 | 10.66 | 16.86 | - |
| YUV | 90.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 112 | 0.29 | 0.17 | 0 | 0.56 | 214.55 | 0.17 | 0.37 |
| Hex | 4F | 5D | 70 | 1D | 11 | 0 | 38 | D7 | 11 | 25 |
| Octal | 117 | 135 | 160 | 35 | 21 | 0 | 70 | 327 | 21 | 45 |
| Binary | 1001111 | 1011101 | 1110000 | 11101 | 10001 | 0 | 111000 | 11010111 | 10001 | 100101 |
Color Harmonies of #4F5D70
Complementary color
Monochromatic Colors of #4F5D70
Black with #4F5D70
Text Example
Text Example
White with #4F5D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5D70; }
p { color: rgb(79,93,112); }
H1.HeaderClassName
{
color: #4F5D70;
}
.AnyTagClassName
{
color: #4F5D70;
}
</style>
background-color css
<style>
a { background-color: #4F5D70; }
a { background-color: rgb(79,93,112); }
div.DivClassName
{
background-color: #4F5D70;
}
.BgClassName
{
background-color: #4F5D70;
}
</style>
border-color css
<style>
span { border-color: #4F5D70; }
span { border-color: rgb(79,93,112); }
td.TdClassName
{
border-color: #4F5D70;
}
.TagClassName
{
border-color: #4F5D70;
}
</style>