Shades of Wedgewood #4D6381
Tints of Wedgewood #4D6381
RGB
CMYK
RGB Variations
Color information
#4D6381 (or 0x4D6381) is known color: Wedgewood. HEX triplet: 4D, 63 and 81. RGB value is (77,99,129). Sum of RGB (Red+Green+Blue) = 77+99+129=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D6381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6381 is #B29C7E. Grayscale: #5F5F5F. Windows color (decimal): -11705471 or 8479565. OLE color: 8479565.
HSL color Cylindrical-coordinate representation of color #4D6381: hue angle of 214.62º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D6381 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 99 | 129 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.49 |
| HSL | 214.62º | 0.25% | 0.4% | - |
| HSV(B) | 214.62º | 0.4% | 0.51% | - |
| XYZ | 11.48 | 12.09 | 22.5 | - |
| YUV | 95.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 129 | 0.40 | 0.23 | 0 | 0.49 | 214.62 | 0.25 | 0.4 |
| Hex | 4D | 63 | 81 | 28 | 17 | 0 | 31 | D7 | 19 | 28 |
| Octal | 115 | 143 | 201 | 50 | 27 | 0 | 61 | 327 | 31 | 50 |
| Binary | 1001101 | 1100011 | 10000001 | 101000 | 10111 | 0 | 110001 | 11010111 | 11001 | 101000 |
Color Harmonies of #4D6381
Complementary color
Monochromatic Colors of #4D6381
Black with #4D6381
Text Example
Text Example
White with #4D6381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6381; }
p { color: rgb(77,99,129); }
H1.HeaderClassName
{
color: #4D6381;
}
.AnyTagClassName
{
color: #4D6381;
}
</style>
background-color css
<style>
a { background-color: #4D6381; }
a { background-color: rgb(77,99,129); }
div.DivClassName
{
background-color: #4D6381;
}
.BgClassName
{
background-color: #4D6381;
}
</style>
border-color css
<style>
span { border-color: #4D6381; }
span { border-color: rgb(77,99,129); }
td.TdClassName
{
border-color: #4D6381;
}
.TagClassName
{
border-color: #4D6381;
}
</style>