Shades of William #4F7271
Tints of William #4F7271
RGB
CMYK
RGB Variations
Color information
#4F7271 (or 0x4F7271) is known color: William. HEX triplet: 4F, 72 and 71. RGB value is (79,114,113). Sum of RGB (Red+Green+Blue) = 79+114+113=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7271 is #B08D8E. Grayscale: #676767. Windows color (decimal): -11570575 or 7434831. OLE color: 7434831.
HSL color Cylindrical-coordinate representation of color #4F7271: hue angle of 178.29º degrees, saturation: 0.18, 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 #4F7271 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 113 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.55 |
| HSL | 178.29º | 0.18% | 0.38% | - |
| HSV(B) | 178.29º | 0.31% | 0.45% | - |
| XYZ | 12.22 | 14.89 | 17.85 | - |
| YUV | 103.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 113 | 0.31 | 0 | 0.01 | 0.55 | 178.29 | 0.18 | 0.38 |
| Hex | 4F | 72 | 71 | 1F | 0 | 1 | 37 | B2 | 12 | 26 |
| Octal | 117 | 162 | 161 | 37 | 0 | 1 | 67 | 262 | 22 | 46 |
| Binary | 1001111 | 1110010 | 1110001 | 11111 | 0 | 1 | 110111 | 10110010 | 10010 | 100110 |
Color Harmonies of #4F7271
Complementary color
Monochromatic Colors of #4F7271
Black with #4F7271
Text Example
Text Example
White with #4F7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7271; }
p { color: rgb(79,114,113); }
H1.HeaderClassName
{
color: #4F7271;
}
.AnyTagClassName
{
color: #4F7271;
}
</style>
background-color css
<style>
a { background-color: #4F7271; }
a { background-color: rgb(79,114,113); }
div.DivClassName
{
background-color: #4F7271;
}
.BgClassName
{
background-color: #4F7271;
}
</style>
border-color css
<style>
span { border-color: #4F7271; }
span { border-color: rgb(79,114,113); }
td.TdClassName
{
border-color: #4F7271;
}
.TagClassName
{
border-color: #4F7271;
}
</style>