Shades of Wedgewood #486E87
Tints of Wedgewood #486E87
RGB
CMYK
RGB Variations
Color information
#486E87 (or 0x486E87) is known color: Wedgewood. HEX triplet: 48, 6E and 87. RGB value is (72,110,135). Sum of RGB (Red+Green+Blue) = 72+110+135=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #486E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486E87 is #B79178. Grayscale: #656565. Windows color (decimal): -12030329 or 8875592. OLE color: 8875592.
HSL color Cylindrical-coordinate representation of color #486E87: hue angle of 203.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486E87 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 110 | 135 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.47 |
| HSL | 203.81º | 0.3% | 0.41% | - |
| HSV(B) | 203.81º | 0.47% | 0.53% | - |
| XYZ | 12.62 | 14.28 | 25.01 | - |
| YUV | 101.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 135 | 0.47 | 0.19 | 0 | 0.47 | 203.81 | 0.3 | 0.41 |
| Hex | 48 | 6E | 87 | 2F | 13 | 0 | 2F | CC | 1E | 29 |
| Octal | 110 | 156 | 207 | 57 | 23 | 0 | 57 | 314 | 36 | 51 |
| Binary | 1001000 | 1101110 | 10000111 | 101111 | 10011 | 0 | 101111 | 11001100 | 11110 | 101001 |
Color Harmonies of #486E87
Complementary color
Monochromatic Colors of #486E87
Black with #486E87
Text Example
Text Example
White with #486E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E87; }
p { color: rgb(72,110,135); }
H1.HeaderClassName
{
color: #486E87;
}
.AnyTagClassName
{
color: #486E87;
}
</style>
background-color css
<style>
a { background-color: #486E87; }
a { background-color: rgb(72,110,135); }
div.DivClassName
{
background-color: #486E87;
}
.BgClassName
{
background-color: #486E87;
}
</style>
border-color css
<style>
span { border-color: #486E87; }
span { border-color: rgb(72,110,135); }
td.TdClassName
{
border-color: #486E87;
}
.TagClassName
{
border-color: #486E87;
}
</style>