Shades of Wedgewood #4D6685
Tints of Wedgewood #4D6685
RGB
CMYK
RGB Variations
Color information
#4D6685 (or 0x4D6685) is known color: Wedgewood. HEX triplet: 4D, 66 and 85. RGB value is (77,102,133). Sum of RGB (Red+Green+Blue) = 77+102+133=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D6685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6685 is #B2997A. Grayscale: #616161. Windows color (decimal): -11704699 or 8742477. OLE color: 8742477.
HSL color Cylindrical-coordinate representation of color #4D6685: hue angle of 213.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D6685 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 102 | 133 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.48 |
| HSL | 213.21º | 0.27% | 0.41% | - |
| HSV(B) | 213.21º | 0.42% | 0.52% | - |
| XYZ | 12.05 | 12.77 | 24.02 | - |
| YUV | 98.06 | 147.72 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 133 | 0.42 | 0.23 | 0 | 0.48 | 213.21 | 0.27 | 0.41 |
| Hex | 4D | 66 | 85 | 2A | 17 | 0 | 30 | D5 | 1B | 29 |
| Octal | 115 | 146 | 205 | 52 | 27 | 0 | 60 | 325 | 33 | 51 |
| Binary | 1001101 | 1100110 | 10000101 | 101010 | 10111 | 0 | 110000 | 11010101 | 11011 | 101001 |
Color Harmonies of #4D6685
Complementary color
Monochromatic Colors of #4D6685
Black with #4D6685
Text Example
Text Example
White with #4D6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6685; }
p { color: rgb(77,102,133); }
H1.HeaderClassName
{
color: #4D6685;
}
.AnyTagClassName
{
color: #4D6685;
}
</style>
background-color css
<style>
a { background-color: #4D6685; }
a { background-color: rgb(77,102,133); }
div.DivClassName
{
background-color: #4D6685;
}
.BgClassName
{
background-color: #4D6685;
}
</style>
border-color css
<style>
span { border-color: #4D6685; }
span { border-color: rgb(77,102,133); }
td.TdClassName
{
border-color: #4D6685;
}
.TagClassName
{
border-color: #4D6685;
}
</style>