Shades of Wedgewood #486C87
Tints of Wedgewood #486C87
RGB
CMYK
RGB Variations
Color information
#486C87 (or 0x486C87) is known color: Wedgewood. HEX triplet: 48, 6C and 87. RGB value is (72,108,135). Sum of RGB (Red+Green+Blue) = 72+108+135=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #486C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C87 is #B79378. Grayscale: #646464. Windows color (decimal): -12030841 or 8875080. OLE color: 8875080.
HSL color Cylindrical-coordinate representation of color #486C87: hue angle of 205.71º 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 #486C87 is Cyan = 0.47, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 108 | 135 | - |
| CMYK | 0.47 | 0.2 | 0 | 0.47 |
| HSL | 205.71º | 0.3% | 0.41% | - |
| HSV(B) | 205.71º | 0.47% | 0.53% | - |
| XYZ | 12.41 | 13.85 | 24.94 | - |
| YUV | 100.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 135 | 0.47 | 0.2 | 0 | 0.47 | 205.71 | 0.3 | 0.41 |
| Hex | 48 | 6C | 87 | 2F | 14 | 0 | 2F | CE | 1E | 29 |
| Octal | 110 | 154 | 207 | 57 | 24 | 0 | 57 | 316 | 36 | 51 |
| Binary | 1001000 | 1101100 | 10000111 | 101111 | 10100 | 0 | 101111 | 11001110 | 11110 | 101001 |
Color Harmonies of #486C87
Complementary color
Monochromatic Colors of #486C87
Black with #486C87
Text Example
Text Example
White with #486C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C87; }
p { color: rgb(72,108,135); }
H1.HeaderClassName
{
color: #486C87;
}
.AnyTagClassName
{
color: #486C87;
}
</style>
background-color css
<style>
a { background-color: #486C87; }
a { background-color: rgb(72,108,135); }
div.DivClassName
{
background-color: #486C87;
}
.BgClassName
{
background-color: #486C87;
}
</style>
border-color css
<style>
span { border-color: #486C87; }
span { border-color: rgb(72,108,135); }
td.TdClassName
{
border-color: #486C87;
}
.TagClassName
{
border-color: #486C87;
}
</style>