Shades of Wedgewood #4D668A
Tints of Wedgewood #4D668A
RGB
CMYK
RGB Variations
Color information
#4D668A (or 0x4D668A) is known color: Wedgewood. HEX triplet: 4D, 66 and 8A. RGB value is (77,102,138). Sum of RGB (Red+Green+Blue) = 77+102+138=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D668A is #B29975. Grayscale: #626262. Windows color (decimal): -11704694 or 9070157. OLE color: 9070157.
HSL color Cylindrical-coordinate representation of color #4D668A: hue angle of 215.41º 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 #4D668A is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 102 | 138 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.46 |
| HSL | 215.41º | 0.28% | 0.42% | - |
| HSV(B) | 215.41º | 0.44% | 0.54% | - |
| XYZ | 12.4 | 12.92 | 25.88 | - |
| YUV | 98.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 138 | 0.44 | 0.26 | 0 | 0.46 | 215.41 | 0.28 | 0.42 |
| Hex | 4D | 66 | 8A | 2C | 1A | 0 | 2E | D7 | 1C | 2A |
| Octal | 115 | 146 | 212 | 54 | 32 | 0 | 56 | 327 | 34 | 52 |
| Binary | 1001101 | 1100110 | 10001010 | 101100 | 11010 | 0 | 101110 | 11010111 | 11100 | 101010 |
Color Harmonies of #4D668A
Complementary color
Monochromatic Colors of #4D668A
Black with #4D668A
Text Example
Text Example
White with #4D668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D668A; }
p { color: rgb(77,102,138); }
H1.HeaderClassName
{
color: #4D668A;
}
.AnyTagClassName
{
color: #4D668A;
}
</style>
background-color css
<style>
a { background-color: #4D668A; }
a { background-color: rgb(77,102,138); }
div.DivClassName
{
background-color: #4D668A;
}
.BgClassName
{
background-color: #4D668A;
}
</style>
border-color css
<style>
span { border-color: #4D668A; }
span { border-color: rgb(77,102,138); }
td.TdClassName
{
border-color: #4D668A;
}
.TagClassName
{
border-color: #4D668A;
}
</style>