Shades of Wedgewood #4F697C
Tints of Wedgewood #4F697C
RGB
CMYK
RGB Variations
Color information
#4F697C (or 0x4F697C) is known color: Wedgewood. HEX triplet: 4F, 69 and 7C. RGB value is (79,105,124). Sum of RGB (Red+Green+Blue) = 79+105+124=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F697C is #B09683. Grayscale: #636363. Windows color (decimal): -11572868 or 8153423. OLE color: 8153423.
HSL color Cylindrical-coordinate representation of color #4F697C: hue angle of 205.33º 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 #4F697C is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 105 | 124 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.51 |
| HSL | 205.33º | 0.22% | 0.4% | - |
| HSV(B) | 205.33º | 0.36% | 0.49% | - |
| XYZ | 11.91 | 13.22 | 20.99 | - |
| YUV | 99.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 105 | 124 | 0.36 | 0.15 | 0 | 0.51 | 205.33 | 0.22 | 0.4 |
| Hex | 4F | 69 | 7C | 24 | F | 0 | 33 | CD | 16 | 28 |
| Octal | 117 | 151 | 174 | 44 | 17 | 0 | 63 | 315 | 26 | 50 |
| Binary | 1001111 | 1101001 | 1111100 | 100100 | 1111 | 0 | 110011 | 11001101 | 10110 | 101000 |
Color Harmonies of #4F697C
Complementary color
Monochromatic Colors of #4F697C
Black with #4F697C
Text Example
Text Example
White with #4F697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F697C; }
p { color: rgb(79,105,124); }
H1.HeaderClassName
{
color: #4F697C;
}
.AnyTagClassName
{
color: #4F697C;
}
</style>
background-color css
<style>
a { background-color: #4F697C; }
a { background-color: rgb(79,105,124); }
div.DivClassName
{
background-color: #4F697C;
}
.BgClassName
{
background-color: #4F697C;
}
</style>
border-color css
<style>
span { border-color: #4F697C; }
span { border-color: rgb(79,105,124); }
td.TdClassName
{
border-color: #4F697C;
}
.TagClassName
{
border-color: #4F697C;
}
</style>