Shades of Wedgewood #4D6485
Tints of Wedgewood #4D6485
RGB
CMYK
RGB Variations
Color information
#4D6485 (or 0x4D6485) is known color: Wedgewood. HEX triplet: 4D, 64 and 85. RGB value is (77,100,133). Sum of RGB (Red+Green+Blue) = 77+100+133=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6485 is #B29B7A. Grayscale: #606060. Windows color (decimal): -11705211 or 8741965. OLE color: 8741965.
HSL color Cylindrical-coordinate representation of color #4D6485: hue angle of 215.36º 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 #4D6485 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 100 | 133 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.48 |
| HSL | 215.36º | 0.27% | 0.41% | - |
| HSV(B) | 215.36º | 0.42% | 0.52% | - |
| XYZ | 11.85 | 12.39 | 23.96 | - |
| YUV | 96.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 133 | 0.42 | 0.25 | 0 | 0.48 | 215.36 | 0.27 | 0.41 |
| Hex | 4D | 64 | 85 | 2A | 19 | 0 | 30 | D7 | 1B | 29 |
| Octal | 115 | 144 | 205 | 52 | 31 | 0 | 60 | 327 | 33 | 51 |
| Binary | 1001101 | 1100100 | 10000101 | 101010 | 11001 | 0 | 110000 | 11010111 | 11011 | 101001 |
Color Harmonies of #4D6485
Complementary color
Monochromatic Colors of #4D6485
Black with #4D6485
Text Example
Text Example
White with #4D6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6485; }
p { color: rgb(77,100,133); }
H1.HeaderClassName
{
color: #4D6485;
}
.AnyTagClassName
{
color: #4D6485;
}
</style>
background-color css
<style>
a { background-color: #4D6485; }
a { background-color: rgb(77,100,133); }
div.DivClassName
{
background-color: #4D6485;
}
.BgClassName
{
background-color: #4D6485;
}
</style>
border-color css
<style>
span { border-color: #4D6485; }
span { border-color: rgb(77,100,133); }
td.TdClassName
{
border-color: #4D6485;
}
.TagClassName
{
border-color: #4D6485;
}
</style>