Shades of Wedgewood #486882
Tints of Wedgewood #486882
RGB
CMYK
RGB Variations
Color information
#486882 (or 0x486882) is known color: Wedgewood. HEX triplet: 48, 68 and 82. RGB value is (72,104,130). Sum of RGB (Red+Green+Blue) = 72+104+130=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #486882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486882 is #B7977D. Grayscale: #616161. Windows color (decimal): -12031870 or 8546376. OLE color: 8546376.
HSL color Cylindrical-coordinate representation of color #486882: hue angle of 206.9º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486882 is Cyan = 0.45, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 104 | 130 | - |
| CMYK | 0.45 | 0.2 | 0 | 0.49 |
| HSL | 206.9º | 0.29% | 0.4% | - |
| HSV(B) | 206.9º | 0.45% | 0.51% | - |
| XYZ | 11.65 | 12.89 | 22.99 | - |
| YUV | 97.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 130 | 0.45 | 0.2 | 0 | 0.49 | 206.9 | 0.29 | 0.4 |
| Hex | 48 | 68 | 82 | 2D | 14 | 0 | 31 | CF | 1D | 28 |
| Octal | 110 | 150 | 202 | 55 | 24 | 0 | 61 | 317 | 35 | 50 |
| Binary | 1001000 | 1101000 | 10000010 | 101101 | 10100 | 0 | 110001 | 11001111 | 11101 | 101000 |
Color Harmonies of #486882
Complementary color
Monochromatic Colors of #486882
Black with #486882
Text Example
Text Example
White with #486882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486882; }
p { color: rgb(72,104,130); }
H1.HeaderClassName
{
color: #486882;
}
.AnyTagClassName
{
color: #486882;
}
</style>
background-color css
<style>
a { background-color: #486882; }
a { background-color: rgb(72,104,130); }
div.DivClassName
{
background-color: #486882;
}
.BgClassName
{
background-color: #486882;
}
</style>
border-color css
<style>
span { border-color: #486882; }
span { border-color: rgb(72,104,130); }
td.TdClassName
{
border-color: #486882;
}
.TagClassName
{
border-color: #486882;
}
</style>