Shades of Wedgewood #4F6784
Tints of Wedgewood #4F6784
RGB
CMYK
RGB Variations
Color information
#4F6784 (or 0x4F6784) is known color: Wedgewood. HEX triplet: 4F, 67 and 84. RGB value is (79,103,132). Sum of RGB (Red+Green+Blue) = 79+103+132=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F6784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6784 is #B0987B. Grayscale: #626262. Windows color (decimal): -11573372 or 8677199. OLE color: 8677199.
HSL color Cylindrical-coordinate representation of color #4F6784: hue angle of 212.83º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F6784 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 103 | 132 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.48 |
| HSL | 212.83º | 0.25% | 0.41% | - |
| HSV(B) | 212.83º | 0.4% | 0.52% | - |
| XYZ | 12.24 | 13.03 | 23.7 | - |
| YUV | 99.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 132 | 0.40 | 0.22 | 0 | 0.48 | 212.83 | 0.25 | 0.41 |
| Hex | 4F | 67 | 84 | 28 | 16 | 0 | 30 | D5 | 19 | 29 |
| Octal | 117 | 147 | 204 | 50 | 26 | 0 | 60 | 325 | 31 | 51 |
| Binary | 1001111 | 1100111 | 10000100 | 101000 | 10110 | 0 | 110000 | 11010101 | 11001 | 101001 |
Color Harmonies of #4F6784
Complementary color
Monochromatic Colors of #4F6784
Black with #4F6784
Text Example
Text Example
White with #4F6784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6784; }
p { color: rgb(79,103,132); }
H1.HeaderClassName
{
color: #4F6784;
}
.AnyTagClassName
{
color: #4F6784;
}
</style>
background-color css
<style>
a { background-color: #4F6784; }
a { background-color: rgb(79,103,132); }
div.DivClassName
{
background-color: #4F6784;
}
.BgClassName
{
background-color: #4F6784;
}
</style>
border-color css
<style>
span { border-color: #4F6784; }
span { border-color: rgb(79,103,132); }
td.TdClassName
{
border-color: #4F6784;
}
.TagClassName
{
border-color: #4F6784;
}
</style>