Shades of Wedgewood #4E6B89
Tints of Wedgewood #4E6B89
RGB
CMYK
RGB Variations
Color information
#4E6B89 (or 0x4E6B89) is known color: Wedgewood. HEX triplet: 4E, 6B and 89. RGB value is (78,107,137). Sum of RGB (Red+Green+Blue) = 78+107+137=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E6B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6B89 is #B19476. Grayscale: #656565. Windows color (decimal): -11637879 or 9005902. OLE color: 9005902.
HSL color Cylindrical-coordinate representation of color #4E6B89: hue angle of 210.51º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E6B89 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 107 | 137 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.46 |
| HSL | 210.51º | 0.27% | 0.42% | - |
| HSV(B) | 210.51º | 0.43% | 0.54% | - |
| XYZ | 12.91 | 13.94 | 25.68 | - |
| YUV | 101.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 137 | 0.43 | 0.22 | 0 | 0.46 | 210.51 | 0.27 | 0.42 |
| Hex | 4E | 6B | 89 | 2B | 16 | 0 | 2E | D3 | 1B | 2A |
| Octal | 116 | 153 | 211 | 53 | 26 | 0 | 56 | 323 | 33 | 52 |
| Binary | 1001110 | 1101011 | 10001001 | 101011 | 10110 | 0 | 101110 | 11010011 | 11011 | 101010 |
Color Harmonies of #4E6B89
Complementary color
Monochromatic Colors of #4E6B89
Black with #4E6B89
Text Example
Text Example
White with #4E6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B89; }
p { color: rgb(78,107,137); }
H1.HeaderClassName
{
color: #4E6B89;
}
.AnyTagClassName
{
color: #4E6B89;
}
</style>
background-color css
<style>
a { background-color: #4E6B89; }
a { background-color: rgb(78,107,137); }
div.DivClassName
{
background-color: #4E6B89;
}
.BgClassName
{
background-color: #4E6B89;
}
</style>
border-color css
<style>
span { border-color: #4E6B89; }
span { border-color: rgb(78,107,137); }
td.TdClassName
{
border-color: #4E6B89;
}
.TagClassName
{
border-color: #4E6B89;
}
</style>