Shades of William #4F726E
Tints of William #4F726E
RGB
CMYK
RGB Variations
Color information
#4F726E (or 0x4F726E) is known color: William. HEX triplet: 4F, 72 and 6E. RGB value is (79,114,110). Sum of RGB (Red+Green+Blue) = 79+114+110=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #4F726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F726E is #B08D91. Grayscale: #676767. Windows color (decimal): -11570578 or 7238223. OLE color: 7238223.
HSL color Cylindrical-coordinate representation of color #4F726E: hue angle of 173.14º 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 #4F726E is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 110 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.55 |
| HSL | 173.14º | 0.18% | 0.38% | - |
| HSV(B) | 173.14º | 0.31% | 0.45% | - |
| XYZ | 12.06 | 14.82 | 16.98 | - |
| YUV | 103.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 110 | 0.31 | 0 | 0.04 | 0.55 | 173.14 | 0.18 | 0.38 |
| Hex | 4F | 72 | 6E | 1F | 0 | 4 | 37 | AD | 12 | 26 |
| Octal | 117 | 162 | 156 | 37 | 0 | 4 | 67 | 255 | 22 | 46 |
| Binary | 1001111 | 1110010 | 1101110 | 11111 | 0 | 100 | 110111 | 10101101 | 10010 | 100110 |
Color Harmonies of #4F726E
Complementary color
Monochromatic Colors of #4F726E
Black with #4F726E
Text Example
Text Example
White with #4F726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F726E; }
p { color: rgb(79,114,110); }
H1.HeaderClassName
{
color: #4F726E;
}
.AnyTagClassName
{
color: #4F726E;
}
</style>
background-color css
<style>
a { background-color: #4F726E; }
a { background-color: rgb(79,114,110); }
div.DivClassName
{
background-color: #4F726E;
}
.BgClassName
{
background-color: #4F726E;
}
</style>
border-color css
<style>
span { border-color: #4F726E; }
span { border-color: rgb(79,114,110); }
td.TdClassName
{
border-color: #4F726E;
}
.TagClassName
{
border-color: #4F726E;
}
</style>