Shades of Wedgewood #4D6588
Tints of Wedgewood #4D6588
RGB
CMYK
RGB Variations
Color information
#4D6588 (or 0x4D6588) is known color: Wedgewood. HEX triplet: 4D, 65 and 88. RGB value is (77,101,136). Sum of RGB (Red+Green+Blue) = 77+101+136=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D6588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6588 is #B29A77. Grayscale: #616161. Windows color (decimal): -11704952 or 8938829. OLE color: 8938829.
HSL color Cylindrical-coordinate representation of color #4D6588: hue angle of 215.59º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D6588 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 101 | 136 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.47 |
| HSL | 215.59º | 0.28% | 0.42% | - |
| HSV(B) | 215.59º | 0.43% | 0.53% | - |
| XYZ | 12.16 | 12.66 | 25.1 | - |
| YUV | 97.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 136 | 0.43 | 0.26 | 0 | 0.47 | 215.59 | 0.28 | 0.42 |
| Hex | 4D | 65 | 88 | 2B | 1A | 0 | 2F | D8 | 1C | 2A |
| Octal | 115 | 145 | 210 | 53 | 32 | 0 | 57 | 330 | 34 | 52 |
| Binary | 1001101 | 1100101 | 10001000 | 101011 | 11010 | 0 | 101111 | 11011000 | 11100 | 101010 |
Color Harmonies of #4D6588
Complementary color
Monochromatic Colors of #4D6588
Black with #4D6588
Text Example
Text Example
White with #4D6588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6588; }
p { color: rgb(77,101,136); }
H1.HeaderClassName
{
color: #4D6588;
}
.AnyTagClassName
{
color: #4D6588;
}
</style>
background-color css
<style>
a { background-color: #4D6588; }
a { background-color: rgb(77,101,136); }
div.DivClassName
{
background-color: #4D6588;
}
.BgClassName
{
background-color: #4D6588;
}
</style>
border-color css
<style>
span { border-color: #4D6588; }
span { border-color: rgb(77,101,136); }
td.TdClassName
{
border-color: #4D6588;
}
.TagClassName
{
border-color: #4D6588;
}
</style>