Shades of Chambray #4F6073
Tints of Chambray #4F6073
RGB
CMYK
RGB Variations
Color information
#4F6073 (or 0x4F6073) is known color: Chambray. HEX triplet: 4F, 60 and 73. RGB value is (79,96,115). Sum of RGB (Red+Green+Blue) = 79+96+115=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6073 is #B09F8C. Grayscale: #5C5C5C. Windows color (decimal): -11575181 or 7561295. OLE color: 7561295.
HSL color Cylindrical-coordinate representation of color #4F6073: hue angle of 211.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F6073 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 96 | 115 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.55 |
| HSL | 211.67º | 0.19% | 0.38% | - |
| HSV(B) | 211.67º | 0.31% | 0.45% | - |
| XYZ | 10.5 | 11.27 | 17.84 | - |
| YUV | 93.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 115 | 0.31 | 0.17 | 0 | 0.55 | 211.67 | 0.19 | 0.38 |
| Hex | 4F | 60 | 73 | 1F | 11 | 0 | 37 | D4 | 13 | 26 |
| Octal | 117 | 140 | 163 | 37 | 21 | 0 | 67 | 324 | 23 | 46 |
| Binary | 1001111 | 1100000 | 1110011 | 11111 | 10001 | 0 | 110111 | 11010100 | 10011 | 100110 |
Color Harmonies of #4F6073
Complementary color
Monochromatic Colors of #4F6073
Black with #4F6073
Text Example
Text Example
White with #4F6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6073; }
p { color: rgb(79,96,115); }
H1.HeaderClassName
{
color: #4F6073;
}
.AnyTagClassName
{
color: #4F6073;
}
</style>
background-color css
<style>
a { background-color: #4F6073; }
a { background-color: rgb(79,96,115); }
div.DivClassName
{
background-color: #4F6073;
}
.BgClassName
{
background-color: #4F6073;
}
</style>
border-color css
<style>
span { border-color: #4F6073; }
span { border-color: rgb(79,96,115); }
td.TdClassName
{
border-color: #4F6073;
}
.TagClassName
{
border-color: #4F6073;
}
</style>