Shades of Wedgewood #4D6E8A
Tints of Wedgewood #4D6E8A
RGB
CMYK
RGB Variations
Color information
#4D6E8A (or 0x4D6E8A) is known color: Wedgewood. HEX triplet: 4D, 6E and 8A. RGB value is (77,110,138). Sum of RGB (Red+Green+Blue) = 77+110+138=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D6E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6E8A is #B29175. Grayscale: #676767. Windows color (decimal): -11702646 or 9072205. OLE color: 9072205.
HSL color Cylindrical-coordinate representation of color #4D6E8A: hue angle of 207.54º 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 #4D6E8A is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 110 | 138 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.46 |
| HSL | 207.54º | 0.28% | 0.42% | - |
| HSV(B) | 207.54º | 0.44% | 0.54% | - |
| XYZ | 13.22 | 14.56 | 26.16 | - |
| YUV | 103.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 138 | 0.44 | 0.20 | 0 | 0.46 | 207.54 | 0.28 | 0.42 |
| Hex | 4D | 6E | 8A | 2C | 14 | 0 | 2E | D0 | 1C | 2A |
| Octal | 115 | 156 | 212 | 54 | 24 | 0 | 56 | 320 | 34 | 52 |
| Binary | 1001101 | 1101110 | 10001010 | 101100 | 10100 | 0 | 101110 | 11010000 | 11100 | 101010 |
Color Harmonies of #4D6E8A
Complementary color
Monochromatic Colors of #4D6E8A
Black with #4D6E8A
Text Example
Text Example
White with #4D6E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6E8A; }
p { color: rgb(77,110,138); }
H1.HeaderClassName
{
color: #4D6E8A;
}
.AnyTagClassName
{
color: #4D6E8A;
}
</style>
background-color css
<style>
a { background-color: #4D6E8A; }
a { background-color: rgb(77,110,138); }
div.DivClassName
{
background-color: #4D6E8A;
}
.BgClassName
{
background-color: #4D6E8A;
}
</style>
border-color css
<style>
span { border-color: #4D6E8A; }
span { border-color: rgb(77,110,138); }
td.TdClassName
{
border-color: #4D6E8A;
}
.TagClassName
{
border-color: #4D6E8A;
}
</style>