Shades of Wedgewood #486182
Tints of Wedgewood #486182
RGB
CMYK
RGB Variations
Color information
#486182 (or 0x486182) is known color: Wedgewood. HEX triplet: 48, 61 and 82. RGB value is (72,97,130). Sum of RGB (Red+Green+Blue) = 72+97+130=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #486182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486182 is #B79E7D. Grayscale: #5D5D5D. Windows color (decimal): -12033662 or 8544584. OLE color: 8544584.
HSL color Cylindrical-coordinate representation of color #486182: hue angle of 214.14º 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 #486182 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 97 | 130 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.49 |
| HSL | 214.14º | 0.29% | 0.4% | - |
| HSV(B) | 214.14º | 0.45% | 0.51% | - |
| XYZ | 10.98 | 11.54 | 22.77 | - |
| YUV | 93.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 130 | 0.45 | 0.25 | 0 | 0.49 | 214.14 | 0.29 | 0.4 |
| Hex | 48 | 61 | 82 | 2D | 19 | 0 | 31 | D6 | 1D | 28 |
| Octal | 110 | 141 | 202 | 55 | 31 | 0 | 61 | 326 | 35 | 50 |
| Binary | 1001000 | 1100001 | 10000010 | 101101 | 11001 | 0 | 110001 | 11010110 | 11101 | 101000 |
Color Harmonies of #486182
Complementary color
Monochromatic Colors of #486182
Black with #486182
Text Example
Text Example
White with #486182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486182; }
p { color: rgb(72,97,130); }
H1.HeaderClassName
{
color: #486182;
}
.AnyTagClassName
{
color: #486182;
}
</style>
background-color css
<style>
a { background-color: #486182; }
a { background-color: rgb(72,97,130); }
div.DivClassName
{
background-color: #486182;
}
.BgClassName
{
background-color: #486182;
}
</style>
border-color css
<style>
span { border-color: #486182; }
span { border-color: rgb(72,97,130); }
td.TdClassName
{
border-color: #486182;
}
.TagClassName
{
border-color: #486182;
}
</style>