Shades of Wedgewood #4D637B
Tints of Wedgewood #4D637B
RGB
CMYK
RGB Variations
Color information
#4D637B (or 0x4D637B) is known color: Wedgewood. HEX triplet: 4D, 63 and 7B. RGB value is (77,99,123). Sum of RGB (Red+Green+Blue) = 77+99+123=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D637B is #B29C84. Grayscale: #5F5F5F. Windows color (decimal): -11705477 or 8086349. OLE color: 8086349.
HSL color Cylindrical-coordinate representation of color #4D637B: hue angle of 211.3º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D637B is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 99 | 123 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.52 |
| HSL | 211.3º | 0.23% | 0.39% | - |
| HSV(B) | 211.3º | 0.37% | 0.48% | - |
| XYZ | 11.1 | 11.93 | 20.46 | - |
| YUV | 95.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 123 | 0.37 | 0.20 | 0 | 0.52 | 211.3 | 0.23 | 0.39 |
| Hex | 4D | 63 | 7B | 25 | 14 | 0 | 34 | D3 | 17 | 27 |
| Octal | 115 | 143 | 173 | 45 | 24 | 0 | 64 | 323 | 27 | 47 |
| Binary | 1001101 | 1100011 | 1111011 | 100101 | 10100 | 0 | 110100 | 11010011 | 10111 | 100111 |
Color Harmonies of #4D637B
Complementary color
Monochromatic Colors of #4D637B
Black with #4D637B
Text Example
Text Example
White with #4D637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D637B; }
p { color: rgb(77,99,123); }
H1.HeaderClassName
{
color: #4D637B;
}
.AnyTagClassName
{
color: #4D637B;
}
</style>
background-color css
<style>
a { background-color: #4D637B; }
a { background-color: rgb(77,99,123); }
div.DivClassName
{
background-color: #4D637B;
}
.BgClassName
{
background-color: #4D637B;
}
</style>
border-color css
<style>
span { border-color: #4D637B; }
span { border-color: rgb(77,99,123); }
td.TdClassName
{
border-color: #4D637B;
}
.TagClassName
{
border-color: #4D637B;
}
</style>