Shades of Chambray #4F6075
Tints of Chambray #4F6075
RGB
CMYK
RGB Variations
Color information
#4F6075 (or 0x4F6075) is known color: Chambray. HEX triplet: 4F, 60 and 75. RGB value is (79,96,117). Sum of RGB (Red+Green+Blue) = 79+96+117=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F6075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6075 is #B09F8A. Grayscale: #5D5D5D. Windows color (decimal): -11575179 or 7692367. OLE color: 7692367.
HSL color Cylindrical-coordinate representation of color #4F6075: hue angle of 213.16º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F6075 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 96 | 117 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.54 |
| HSL | 213.16º | 0.19% | 0.38% | - |
| HSV(B) | 213.16º | 0.32% | 0.46% | - |
| XYZ | 10.62 | 11.31 | 18.45 | - |
| YUV | 93.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 117 | 0.32 | 0.18 | 0 | 0.54 | 213.16 | 0.19 | 0.38 |
| Hex | 4F | 60 | 75 | 20 | 12 | 0 | 36 | D5 | 13 | 26 |
| Octal | 117 | 140 | 165 | 40 | 22 | 0 | 66 | 325 | 23 | 46 |
| Binary | 1001111 | 1100000 | 1110101 | 100000 | 10010 | 0 | 110110 | 11010101 | 10011 | 100110 |
Color Harmonies of #4F6075
Complementary color
Monochromatic Colors of #4F6075
Black with #4F6075
Text Example
Text Example
White with #4F6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6075; }
p { color: rgb(79,96,117); }
H1.HeaderClassName
{
color: #4F6075;
}
.AnyTagClassName
{
color: #4F6075;
}
</style>
background-color css
<style>
a { background-color: #4F6075; }
a { background-color: rgb(79,96,117); }
div.DivClassName
{
background-color: #4F6075;
}
.BgClassName
{
background-color: #4F6075;
}
</style>
border-color css
<style>
span { border-color: #4F6075; }
span { border-color: rgb(79,96,117); }
td.TdClassName
{
border-color: #4F6075;
}
.TagClassName
{
border-color: #4F6075;
}
</style>