Shades of Wedgewood #486382
Tints of Wedgewood #486382
RGB
CMYK
RGB Variations
Color information
#486382 (or 0x486382) is known color: Wedgewood. HEX triplet: 48, 63 and 82. RGB value is (72,99,130). Sum of RGB (Red+Green+Blue) = 72+99+130=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #486382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486382 is #B79C7D. Grayscale: #5E5E5E. Windows color (decimal): -12033150 or 8545096. OLE color: 8545096.
HSL color Cylindrical-coordinate representation of color #486382: hue angle of 212.07º 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 #486382 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 99 | 130 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.49 |
| HSL | 212.07º | 0.29% | 0.4% | - |
| HSV(B) | 212.07º | 0.45% | 0.51% | - |
| XYZ | 11.16 | 11.91 | 22.83 | - |
| YUV | 94.46 | 148.05 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 130 | 0.45 | 0.24 | 0 | 0.49 | 212.07 | 0.29 | 0.4 |
| Hex | 48 | 63 | 82 | 2D | 18 | 0 | 31 | D4 | 1D | 28 |
| Octal | 110 | 143 | 202 | 55 | 30 | 0 | 61 | 324 | 35 | 50 |
| Binary | 1001000 | 1100011 | 10000010 | 101101 | 11000 | 0 | 110001 | 11010100 | 11101 | 101000 |
Color Harmonies of #486382
Complementary color
Monochromatic Colors of #486382
Black with #486382
Text Example
Text Example
White with #486382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486382; }
p { color: rgb(72,99,130); }
H1.HeaderClassName
{
color: #486382;
}
.AnyTagClassName
{
color: #486382;
}
</style>
background-color css
<style>
a { background-color: #486382; }
a { background-color: rgb(72,99,130); }
div.DivClassName
{
background-color: #486382;
}
.BgClassName
{
background-color: #486382;
}
</style>
border-color css
<style>
span { border-color: #486382; }
span { border-color: rgb(72,99,130); }
td.TdClassName
{
border-color: #486382;
}
.TagClassName
{
border-color: #486382;
}
</style>