Shades of Wedgewood #4F687C
Tints of Wedgewood #4F687C
RGB
CMYK
RGB Variations
Color information
#4F687C (or 0x4F687C) is known color: Wedgewood. HEX triplet: 4F, 68 and 7C. RGB value is (79,104,124). Sum of RGB (Red+Green+Blue) = 79+104+124=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F687C is #B09783. Grayscale: #626262. Windows color (decimal): -11573124 or 8153167. OLE color: 8153167.
HSL color Cylindrical-coordinate representation of color #4F687C: hue angle of 206.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F687C is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 104 | 124 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.51 |
| HSL | 206.67º | 0.22% | 0.4% | - |
| HSV(B) | 206.67º | 0.36% | 0.49% | - |
| XYZ | 11.81 | 13.02 | 20.96 | - |
| YUV | 98.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 124 | 0.36 | 0.16 | 0 | 0.51 | 206.67 | 0.22 | 0.4 |
| Hex | 4F | 68 | 7C | 24 | 10 | 0 | 33 | CF | 16 | 28 |
| Octal | 117 | 150 | 174 | 44 | 20 | 0 | 63 | 317 | 26 | 50 |
| Binary | 1001111 | 1101000 | 1111100 | 100100 | 10000 | 0 | 110011 | 11001111 | 10110 | 101000 |
Color Harmonies of #4F687C
Complementary color
Monochromatic Colors of #4F687C
Black with #4F687C
Text Example
Text Example
White with #4F687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F687C; }
p { color: rgb(79,104,124); }
H1.HeaderClassName
{
color: #4F687C;
}
.AnyTagClassName
{
color: #4F687C;
}
</style>
background-color css
<style>
a { background-color: #4F687C; }
a { background-color: rgb(79,104,124); }
div.DivClassName
{
background-color: #4F687C;
}
.BgClassName
{
background-color: #4F687C;
}
</style>
border-color css
<style>
span { border-color: #4F687C; }
span { border-color: rgb(79,104,124); }
td.TdClassName
{
border-color: #4F687C;
}
.TagClassName
{
border-color: #4F687C;
}
</style>