Shades of Wedgewood #4E6484
Tints of Wedgewood #4E6484
RGB
CMYK
RGB Variations
Color information
#4E6484 (or 0x4E6484) is known color: Wedgewood. HEX triplet: 4E, 64 and 84. RGB value is (78,100,132). Sum of RGB (Red+Green+Blue) = 78+100+132=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6484 is #B19B7B. Grayscale: #606060. Windows color (decimal): -11639676 or 8676430. OLE color: 8676430.
HSL color Cylindrical-coordinate representation of color #4E6484: hue angle of 215.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E6484 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 100 | 132 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.48 |
| HSL | 215.56º | 0.26% | 0.41% | - |
| HSV(B) | 215.56º | 0.41% | 0.52% | - |
| XYZ | 11.86 | 12.4 | 23.6 | - |
| YUV | 97.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 132 | 0.41 | 0.24 | 0 | 0.48 | 215.56 | 0.26 | 0.41 |
| Hex | 4E | 64 | 84 | 29 | 18 | 0 | 30 | D8 | 1A | 29 |
| Octal | 116 | 144 | 204 | 51 | 30 | 0 | 60 | 330 | 32 | 51 |
| Binary | 1001110 | 1100100 | 10000100 | 101001 | 11000 | 0 | 110000 | 11011000 | 11010 | 101001 |
Color Harmonies of #4E6484
Complementary color
Monochromatic Colors of #4E6484
Black with #4E6484
Text Example
Text Example
White with #4E6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6484; }
p { color: rgb(78,100,132); }
H1.HeaderClassName
{
color: #4E6484;
}
.AnyTagClassName
{
color: #4E6484;
}
</style>
background-color css
<style>
a { background-color: #4E6484; }
a { background-color: rgb(78,100,132); }
div.DivClassName
{
background-color: #4E6484;
}
.BgClassName
{
background-color: #4E6484;
}
</style>
border-color css
<style>
span { border-color: #4E6484; }
span { border-color: rgb(78,100,132); }
td.TdClassName
{
border-color: #4E6484;
}
.TagClassName
{
border-color: #4E6484;
}
</style>