Shades of Wedgewood #4F647E
Tints of Wedgewood #4F647E
RGB
CMYK
RGB Variations
Color information
#4F647E (or 0x4F647E) is known color: Wedgewood. HEX triplet: 4F, 64 and 7E. RGB value is (79,100,126). Sum of RGB (Red+Green+Blue) = 79+100+126=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F647E is #B09B81. Grayscale: #606060. Windows color (decimal): -11574146 or 8283215. OLE color: 8283215.
HSL color Cylindrical-coordinate representation of color #4F647E: hue angle of 213.19º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F647E is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 100 | 126 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.51 |
| HSL | 213.19º | 0.23% | 0.4% | - |
| HSV(B) | 213.19º | 0.37% | 0.49% | - |
| XYZ | 11.55 | 12.28 | 21.5 | - |
| YUV | 96.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 126 | 0.37 | 0.21 | 0 | 0.51 | 213.19 | 0.23 | 0.4 |
| Hex | 4F | 64 | 7E | 25 | 15 | 0 | 33 | D5 | 17 | 28 |
| Octal | 117 | 144 | 176 | 45 | 25 | 0 | 63 | 325 | 27 | 50 |
| Binary | 1001111 | 1100100 | 1111110 | 100101 | 10101 | 0 | 110011 | 11010101 | 10111 | 101000 |
Color Harmonies of #4F647E
Complementary color
Monochromatic Colors of #4F647E
Black with #4F647E
Text Example
Text Example
White with #4F647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F647E; }
p { color: rgb(79,100,126); }
H1.HeaderClassName
{
color: #4F647E;
}
.AnyTagClassName
{
color: #4F647E;
}
</style>
background-color css
<style>
a { background-color: #4F647E; }
a { background-color: rgb(79,100,126); }
div.DivClassName
{
background-color: #4F647E;
}
.BgClassName
{
background-color: #4F647E;
}
</style>
border-color css
<style>
span { border-color: #4F647E; }
span { border-color: rgb(79,100,126); }
td.TdClassName
{
border-color: #4F647E;
}
.TagClassName
{
border-color: #4F647E;
}
</style>