Shades of Wedgewood #4D6377
Tints of Wedgewood #4D6377
RGB
CMYK
RGB Variations
Color information
#4D6377 (or 0x4D6377) is known color: Wedgewood. HEX triplet: 4D, 63 and 77. RGB value is (77,99,119). Sum of RGB (Red+Green+Blue) = 77+99+119=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D6377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6377 is #B29C88. Grayscale: #5E5E5E. Windows color (decimal): -11705481 or 7824205. OLE color: 7824205.
HSL color Cylindrical-coordinate representation of color #4D6377: hue angle of 208.57º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D6377 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 99 | 119 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.53 |
| HSL | 208.57º | 0.21% | 0.38% | - |
| HSV(B) | 208.57º | 0.35% | 0.47% | - |
| XYZ | 10.85 | 11.83 | 19.16 | - |
| YUV | 94.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 119 | 0.35 | 0.17 | 0 | 0.53 | 208.57 | 0.21 | 0.38 |
| Hex | 4D | 63 | 77 | 23 | 11 | 0 | 35 | D1 | 15 | 26 |
| Octal | 115 | 143 | 167 | 43 | 21 | 0 | 65 | 321 | 25 | 46 |
| Binary | 1001101 | 1100011 | 1110111 | 100011 | 10001 | 0 | 110101 | 11010001 | 10101 | 100110 |
Color Harmonies of #4D6377
Complementary color
Monochromatic Colors of #4D6377
Black with #4D6377
Text Example
Text Example
White with #4D6377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6377; }
p { color: rgb(77,99,119); }
H1.HeaderClassName
{
color: #4D6377;
}
.AnyTagClassName
{
color: #4D6377;
}
</style>
background-color css
<style>
a { background-color: #4D6377; }
a { background-color: rgb(77,99,119); }
div.DivClassName
{
background-color: #4D6377;
}
.BgClassName
{
background-color: #4D6377;
}
</style>
border-color css
<style>
span { border-color: #4D6377; }
span { border-color: rgb(77,99,119); }
td.TdClassName
{
border-color: #4D6377;
}
.TagClassName
{
border-color: #4D6377;
}
</style>