Shades of Wedgewood #486E84
Tints of Wedgewood #486E84
RGB
CMYK
RGB Variations
Color information
#486E84 (or 0x486E84) is known color: Wedgewood. HEX triplet: 48, 6E and 84. RGB value is (72,110,132). Sum of RGB (Red+Green+Blue) = 72+110+132=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #486E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486E84 is #B7917B. Grayscale: #656565. Windows color (decimal): -12030332 or 8678984. OLE color: 8678984.
HSL color Cylindrical-coordinate representation of color #486E84: hue angle of 202º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486E84 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 110 | 132 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.48 |
| HSL | 202º | 0.29% | 0.4% | - |
| HSV(B) | 202º | 0.45% | 0.52% | - |
| XYZ | 12.41 | 14.2 | 23.92 | - |
| YUV | 101.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 132 | 0.45 | 0.17 | 0 | 0.48 | 202 | 0.29 | 0.4 |
| Hex | 48 | 6E | 84 | 2D | 11 | 0 | 30 | CA | 1D | 28 |
| Octal | 110 | 156 | 204 | 55 | 21 | 0 | 60 | 312 | 35 | 50 |
| Binary | 1001000 | 1101110 | 10000100 | 101101 | 10001 | 0 | 110000 | 11001010 | 11101 | 101000 |
Color Harmonies of #486E84
Complementary color
Monochromatic Colors of #486E84
Black with #486E84
Text Example
Text Example
White with #486E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E84; }
p { color: rgb(72,110,132); }
H1.HeaderClassName
{
color: #486E84;
}
.AnyTagClassName
{
color: #486E84;
}
</style>
background-color css
<style>
a { background-color: #486E84; }
a { background-color: rgb(72,110,132); }
div.DivClassName
{
background-color: #486E84;
}
.BgClassName
{
background-color: #486E84;
}
</style>
border-color css
<style>
span { border-color: #486E84; }
span { border-color: rgb(72,110,132); }
td.TdClassName
{
border-color: #486E84;
}
.TagClassName
{
border-color: #486E84;
}
</style>