Shades of William #4F726C
Tints of William #4F726C
RGB
CMYK
RGB Variations
Color information
#4F726C (or 0x4F726C) is known color: William. HEX triplet: 4F, 72 and 6C. RGB value is (79,114,108). Sum of RGB (Red+Green+Blue) = 79+114+108=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #4F726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F726C is #B08D93. Grayscale: #666666. Windows color (decimal): -11570580 or 7107151. OLE color: 7107151.
HSL color Cylindrical-coordinate representation of color #4F726C: hue angle of 169.71º 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 #4F726C is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 108 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.55 |
| HSL | 169.71º | 0.18% | 0.38% | - |
| HSV(B) | 169.71º | 0.31% | 0.45% | - |
| XYZ | 11.95 | 14.78 | 16.41 | - |
| YUV | 102.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 108 | 0.31 | 0 | 0.05 | 0.55 | 169.71 | 0.18 | 0.38 |
| Hex | 4F | 72 | 6C | 1F | 0 | 5 | 37 | AA | 12 | 26 |
| Octal | 117 | 162 | 154 | 37 | 0 | 5 | 67 | 252 | 22 | 46 |
| Binary | 1001111 | 1110010 | 1101100 | 11111 | 0 | 101 | 110111 | 10101010 | 10010 | 100110 |
Color Harmonies of #4F726C
Complementary color
Monochromatic Colors of #4F726C
Black with #4F726C
Text Example
Text Example
White with #4F726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F726C; }
p { color: rgb(79,114,108); }
H1.HeaderClassName
{
color: #4F726C;
}
.AnyTagClassName
{
color: #4F726C;
}
</style>
background-color css
<style>
a { background-color: #4F726C; }
a { background-color: rgb(79,114,108); }
div.DivClassName
{
background-color: #4F726C;
}
.BgClassName
{
background-color: #4F726C;
}
</style>
border-color css
<style>
span { border-color: #4F726C; }
span { border-color: rgb(79,114,108); }
td.TdClassName
{
border-color: #4F726C;
}
.TagClassName
{
border-color: #4F726C;
}
</style>