Shades of Wedgewood #486884
Tints of Wedgewood #486884
RGB
CMYK
RGB Variations
Color information
#486884 (or 0x486884) is known color: Wedgewood. HEX triplet: 48, 68 and 84. RGB value is (72,104,132). Sum of RGB (Red+Green+Blue) = 72+104+132=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #486884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486884 is #B7977B. Grayscale: #616161. Windows color (decimal): -12031868 or 8677448. OLE color: 8677448.
HSL color Cylindrical-coordinate representation of color #486884: hue angle of 208º 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 #486884 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 104 | 132 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.48 |
| HSL | 208º | 0.29% | 0.4% | - |
| HSV(B) | 208º | 0.45% | 0.52% | - |
| XYZ | 11.79 | 12.94 | 23.71 | - |
| YUV | 97.62 | 147.4 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 132 | 0.45 | 0.21 | 0 | 0.48 | 208 | 0.29 | 0.4 |
| Hex | 48 | 68 | 84 | 2D | 15 | 0 | 30 | D0 | 1D | 28 |
| Octal | 110 | 150 | 204 | 55 | 25 | 0 | 60 | 320 | 35 | 50 |
| Binary | 1001000 | 1101000 | 10000100 | 101101 | 10101 | 0 | 110000 | 11010000 | 11101 | 101000 |
Color Harmonies of #486884
Complementary color
Monochromatic Colors of #486884
Black with #486884
Text Example
Text Example
White with #486884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486884; }
p { color: rgb(72,104,132); }
H1.HeaderClassName
{
color: #486884;
}
.AnyTagClassName
{
color: #486884;
}
</style>
background-color css
<style>
a { background-color: #486884; }
a { background-color: rgb(72,104,132); }
div.DivClassName
{
background-color: #486884;
}
.BgClassName
{
background-color: #486884;
}
</style>
border-color css
<style>
span { border-color: #486884; }
span { border-color: rgb(72,104,132); }
td.TdClassName
{
border-color: #486884;
}
.TagClassName
{
border-color: #486884;
}
</style>