Shades of Wedgewood #4D6780
Tints of Wedgewood #4D6780
RGB
CMYK
RGB Variations
Color information
#4D6780 (or 0x4D6780) is known color: Wedgewood. HEX triplet: 4D, 67 and 80. RGB value is (77,103,128). Sum of RGB (Red+Green+Blue) = 77+103+128=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D6780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6780 is #B2987F. Grayscale: #616161. Windows color (decimal): -11704448 or 8415053. OLE color: 8415053.
HSL color Cylindrical-coordinate representation of color #4D6780: hue angle of 209.41º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D6780 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 103 | 128 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.50 |
| HSL | 209.41º | 0.25% | 0.4% | - |
| HSV(B) | 209.41º | 0.4% | 0.5% | - |
| XYZ | 11.81 | 12.84 | 22.28 | - |
| YUV | 98.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 128 | 0.40 | 0.20 | 0 | 0.50 | 209.41 | 0.25 | 0.4 |
| Hex | 4D | 67 | 80 | 28 | 14 | 0 | 32 | D1 | 19 | 28 |
| Octal | 115 | 147 | 200 | 50 | 24 | 0 | 62 | 321 | 31 | 50 |
| Binary | 1001101 | 1100111 | 10000000 | 101000 | 10100 | 0 | 110010 | 11010001 | 11001 | 101000 |
Color Harmonies of #4D6780
Complementary color
Monochromatic Colors of #4D6780
Black with #4D6780
Text Example
Text Example
White with #4D6780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6780; }
p { color: rgb(77,103,128); }
H1.HeaderClassName
{
color: #4D6780;
}
.AnyTagClassName
{
color: #4D6780;
}
</style>
background-color css
<style>
a { background-color: #4D6780; }
a { background-color: rgb(77,103,128); }
div.DivClassName
{
background-color: #4D6780;
}
.BgClassName
{
background-color: #4D6780;
}
</style>
border-color css
<style>
span { border-color: #4D6780; }
span { border-color: rgb(77,103,128); }
td.TdClassName
{
border-color: #4D6780;
}
.TagClassName
{
border-color: #4D6780;
}
</style>