Shades of Wedgewood #4D637C
Tints of Wedgewood #4D637C
RGB
CMYK
RGB Variations
Color information
#4D637C (or 0x4D637C) is known color: Wedgewood. HEX triplet: 4D, 63 and 7C. RGB value is (77,99,124). Sum of RGB (Red+Green+Blue) = 77+99+124=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D637C is #B29C83. Grayscale: #5F5F5F. Windows color (decimal): -11705476 or 8151885. OLE color: 8151885.
HSL color Cylindrical-coordinate representation of color #4D637C: hue angle of 211.91º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D637C is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 99 | 124 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.51 |
| HSL | 211.91º | 0.23% | 0.39% | - |
| HSV(B) | 211.91º | 0.38% | 0.49% | - |
| XYZ | 11.16 | 11.96 | 20.79 | - |
| YUV | 95.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 124 | 0.38 | 0.20 | 0 | 0.51 | 211.91 | 0.23 | 0.39 |
| Hex | 4D | 63 | 7C | 26 | 14 | 0 | 33 | D4 | 17 | 27 |
| Octal | 115 | 143 | 174 | 46 | 24 | 0 | 63 | 324 | 27 | 47 |
| Binary | 1001101 | 1100011 | 1111100 | 100110 | 10100 | 0 | 110011 | 11010100 | 10111 | 100111 |
Color Harmonies of #4D637C
Complementary color
Monochromatic Colors of #4D637C
Black with #4D637C
Text Example
Text Example
White with #4D637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D637C; }
p { color: rgb(77,99,124); }
H1.HeaderClassName
{
color: #4D637C;
}
.AnyTagClassName
{
color: #4D637C;
}
</style>
background-color css
<style>
a { background-color: #4D637C; }
a { background-color: rgb(77,99,124); }
div.DivClassName
{
background-color: #4D637C;
}
.BgClassName
{
background-color: #4D637C;
}
</style>
border-color css
<style>
span { border-color: #4D637C; }
span { border-color: rgb(77,99,124); }
td.TdClassName
{
border-color: #4D637C;
}
.TagClassName
{
border-color: #4D637C;
}
</style>