Shades of Wedgewood #4B6E87
Tints of Wedgewood #4B6E87
RGB
CMYK
RGB Variations
Color information
#4B6E87 (or 0x4B6E87) is known color: Wedgewood. HEX triplet: 4B, 6E and 87. RGB value is (75,110,135). Sum of RGB (Red+Green+Blue) = 75+110+135=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B6E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6E87 is #B49178. Grayscale: #666666. Windows color (decimal): -11833721 or 8875595. OLE color: 8875595.
HSL color Cylindrical-coordinate representation of color #4B6E87: hue angle of 205º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B6E87 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 110 | 135 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.47 |
| HSL | 205º | 0.29% | 0.41% | - |
| HSV(B) | 205º | 0.44% | 0.53% | - |
| XYZ | 12.85 | 14.4 | 25.02 | - |
| YUV | 102.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 135 | 0.44 | 0.19 | 0 | 0.47 | 205 | 0.29 | 0.41 |
| Hex | 4B | 6E | 87 | 2C | 13 | 0 | 2F | CD | 1D | 29 |
| Octal | 113 | 156 | 207 | 54 | 23 | 0 | 57 | 315 | 35 | 51 |
| Binary | 1001011 | 1101110 | 10000111 | 101100 | 10011 | 0 | 101111 | 11001101 | 11101 | 101001 |
Color Harmonies of #4B6E87
Complementary color
Monochromatic Colors of #4B6E87
Black with #4B6E87
Text Example
Text Example
White with #4B6E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6E87; }
p { color: rgb(75,110,135); }
H1.HeaderClassName
{
color: #4B6E87;
}
.AnyTagClassName
{
color: #4B6E87;
}
</style>
background-color css
<style>
a { background-color: #4B6E87; }
a { background-color: rgb(75,110,135); }
div.DivClassName
{
background-color: #4B6E87;
}
.BgClassName
{
background-color: #4B6E87;
}
</style>
border-color css
<style>
span { border-color: #4B6E87; }
span { border-color: rgb(75,110,135); }
td.TdClassName
{
border-color: #4B6E87;
}
.TagClassName
{
border-color: #4B6E87;
}
</style>