Shades of Wedgewood #4F7696
Tints of Wedgewood #4F7696
RGB
CMYK
RGB Variations
Color information
#4F7696 (or 0x4F7696) is known color: Wedgewood. HEX triplet: 4F, 76 and 96. RGB value is (79,118,150). Sum of RGB (Red+Green+Blue) = 79+118+150=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F7696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7696 is #B08969. Grayscale: #6D6D6D. Windows color (decimal): -11569514 or 9860687. OLE color: 9860687.
HSL color Cylindrical-coordinate representation of color #4F7696: hue angle of 207.04º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F7696 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 118 | 150 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.41 |
| HSL | 207.04º | 0.31% | 0.45% | - |
| HSV(B) | 207.04º | 0.47% | 0.59% | - |
| XYZ | 15.21 | 16.82 | 31.3 | - |
| YUV | 109.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 150 | 0.47 | 0.21 | 0 | 0.41 | 207.04 | 0.31 | 0.45 |
| Hex | 4F | 76 | 96 | 2F | 15 | 0 | 29 | CF | 1F | 2D |
| Octal | 117 | 166 | 226 | 57 | 25 | 0 | 51 | 317 | 37 | 55 |
| Binary | 1001111 | 1110110 | 10010110 | 101111 | 10101 | 0 | 101001 | 11001111 | 11111 | 101101 |
Color Harmonies of #4F7696
Complementary color
Monochromatic Colors of #4F7696
Black with #4F7696
Text Example
Text Example
White with #4F7696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7696; }
p { color: rgb(79,118,150); }
H1.HeaderClassName
{
color: #4F7696;
}
.AnyTagClassName
{
color: #4F7696;
}
</style>
background-color css
<style>
a { background-color: #4F7696; }
a { background-color: rgb(79,118,150); }
div.DivClassName
{
background-color: #4F7696;
}
.BgClassName
{
background-color: #4F7696;
}
</style>
border-color css
<style>
span { border-color: #4F7696; }
span { border-color: rgb(79,118,150); }
td.TdClassName
{
border-color: #4F7696;
}
.TagClassName
{
border-color: #4F7696;
}
</style>