Shades of Wedgewood #4D6488
Tints of Wedgewood #4D6488
RGB
CMYK
RGB Variations
Color information
#4D6488 (or 0x4D6488) is known color: Wedgewood. HEX triplet: 4D, 64 and 88. RGB value is (77,100,136). Sum of RGB (Red+Green+Blue) = 77+100+136=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D6488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6488 is #B29B77. Grayscale: #616161. Windows color (decimal): -11705208 or 8938573. OLE color: 8938573.
HSL color Cylindrical-coordinate representation of color #4D6488: hue angle of 216.61º 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 #4D6488 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 100 | 136 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.47 |
| HSL | 216.61º | 0.28% | 0.42% | - |
| HSV(B) | 216.61º | 0.43% | 0.53% | - |
| XYZ | 12.06 | 12.47 | 25.06 | - |
| YUV | 97.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 136 | 0.43 | 0.26 | 0 | 0.47 | 216.61 | 0.28 | 0.42 |
| Hex | 4D | 64 | 88 | 2B | 1A | 0 | 2F | D9 | 1C | 2A |
| Octal | 115 | 144 | 210 | 53 | 32 | 0 | 57 | 331 | 34 | 52 |
| Binary | 1001101 | 1100100 | 10001000 | 101011 | 11010 | 0 | 101111 | 11011001 | 11100 | 101010 |
Color Harmonies of #4D6488
Complementary color
Monochromatic Colors of #4D6488
Black with #4D6488
Text Example
Text Example
White with #4D6488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6488; }
p { color: rgb(77,100,136); }
H1.HeaderClassName
{
color: #4D6488;
}
.AnyTagClassName
{
color: #4D6488;
}
</style>
background-color css
<style>
a { background-color: #4D6488; }
a { background-color: rgb(77,100,136); }
div.DivClassName
{
background-color: #4D6488;
}
.BgClassName
{
background-color: #4D6488;
}
</style>
border-color css
<style>
span { border-color: #4D6488; }
span { border-color: rgb(77,100,136); }
td.TdClassName
{
border-color: #4D6488;
}
.TagClassName
{
border-color: #4D6488;
}
</style>