Shades of Wedgewood #486482
Tints of Wedgewood #486482
RGB
CMYK
RGB Variations
Color information
#486482 (or 0x486482) is known color: Wedgewood. HEX triplet: 48, 64 and 82. RGB value is (72,100,130). Sum of RGB (Red+Green+Blue) = 72+100+130=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #486482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486482 is #B79B7D. Grayscale: #5E5E5E. Windows color (decimal): -12032894 or 8545352. OLE color: 8545352.
HSL color Cylindrical-coordinate representation of color #486482: hue angle of 211.03º 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 #486482 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 100 | 130 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.49 |
| HSL | 211.03º | 0.29% | 0.4% | - |
| HSV(B) | 211.03º | 0.45% | 0.51% | - |
| XYZ | 11.26 | 12.1 | 22.86 | - |
| YUV | 95.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 130 | 0.45 | 0.23 | 0 | 0.49 | 211.03 | 0.29 | 0.4 |
| Hex | 48 | 64 | 82 | 2D | 17 | 0 | 31 | D3 | 1D | 28 |
| Octal | 110 | 144 | 202 | 55 | 27 | 0 | 61 | 323 | 35 | 50 |
| Binary | 1001000 | 1100100 | 10000010 | 101101 | 10111 | 0 | 110001 | 11010011 | 11101 | 101000 |
Color Harmonies of #486482
Complementary color
Monochromatic Colors of #486482
Black with #486482
Text Example
Text Example
White with #486482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486482; }
p { color: rgb(72,100,130); }
H1.HeaderClassName
{
color: #486482;
}
.AnyTagClassName
{
color: #486482;
}
</style>
background-color css
<style>
a { background-color: #486482; }
a { background-color: rgb(72,100,130); }
div.DivClassName
{
background-color: #486482;
}
.BgClassName
{
background-color: #486482;
}
</style>
border-color css
<style>
span { border-color: #486482; }
span { border-color: rgb(72,100,130); }
td.TdClassName
{
border-color: #486482;
}
.TagClassName
{
border-color: #486482;
}
</style>