Shades of Wedgewood #4D6789
Tints of Wedgewood #4D6789
RGB
CMYK
RGB Variations
Color information
#4D6789 (or 0x4D6789) is known color: Wedgewood. HEX triplet: 4D, 67 and 89. RGB value is (77,103,137). Sum of RGB (Red+Green+Blue) = 77+103+137=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D6789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6789 is #B29876. Grayscale: #626262. Windows color (decimal): -11704439 or 9004877. OLE color: 9004877.
HSL color Cylindrical-coordinate representation of color #4D6789: hue angle of 214º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D6789 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 103 | 137 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.46 |
| HSL | 214º | 0.28% | 0.42% | - |
| HSV(B) | 214º | 0.44% | 0.54% | - |
| XYZ | 12.43 | 13.08 | 25.54 | - |
| YUV | 99.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 137 | 0.44 | 0.25 | 0 | 0.46 | 214 | 0.28 | 0.42 |
| Hex | 4D | 67 | 89 | 2C | 19 | 0 | 2E | D6 | 1C | 2A |
| Octal | 115 | 147 | 211 | 54 | 31 | 0 | 56 | 326 | 34 | 52 |
| Binary | 1001101 | 1100111 | 10001001 | 101100 | 11001 | 0 | 101110 | 11010110 | 11100 | 101010 |
Color Harmonies of #4D6789
Complementary color
Monochromatic Colors of #4D6789
Black with #4D6789
Text Example
Text Example
White with #4D6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6789; }
p { color: rgb(77,103,137); }
H1.HeaderClassName
{
color: #4D6789;
}
.AnyTagClassName
{
color: #4D6789;
}
</style>
background-color css
<style>
a { background-color: #4D6789; }
a { background-color: rgb(77,103,137); }
div.DivClassName
{
background-color: #4D6789;
}
.BgClassName
{
background-color: #4D6789;
}
</style>
border-color css
<style>
span { border-color: #4D6789; }
span { border-color: rgb(77,103,137); }
td.TdClassName
{
border-color: #4D6789;
}
.TagClassName
{
border-color: #4D6789;
}
</style>