Shades of Wedgewood #486682
Tints of Wedgewood #486682
RGB
CMYK
RGB Variations
Color information
#486682 (or 0x486682) is known color: Wedgewood. HEX triplet: 48, 66 and 82. RGB value is (72,102,130). Sum of RGB (Red+Green+Blue) = 72+102+130=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #486682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486682 is #B7997D. Grayscale: #606060. Windows color (decimal): -12032382 or 8545864. OLE color: 8545864.
HSL color Cylindrical-coordinate representation of color #486682: hue angle of 208.97º 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 #486682 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 102 | 130 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.49 |
| HSL | 208.97º | 0.29% | 0.4% | - |
| HSV(B) | 208.97º | 0.45% | 0.51% | - |
| XYZ | 11.45 | 12.49 | 22.93 | - |
| YUV | 96.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 130 | 0.45 | 0.22 | 0 | 0.49 | 208.97 | 0.29 | 0.4 |
| Hex | 48 | 66 | 82 | 2D | 16 | 0 | 31 | D1 | 1D | 28 |
| Octal | 110 | 146 | 202 | 55 | 26 | 0 | 61 | 321 | 35 | 50 |
| Binary | 1001000 | 1100110 | 10000010 | 101101 | 10110 | 0 | 110001 | 11010001 | 11101 | 101000 |
Color Harmonies of #486682
Complementary color
Monochromatic Colors of #486682
Black with #486682
Text Example
Text Example
White with #486682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486682; }
p { color: rgb(72,102,130); }
H1.HeaderClassName
{
color: #486682;
}
.AnyTagClassName
{
color: #486682;
}
</style>
background-color css
<style>
a { background-color: #486682; }
a { background-color: rgb(72,102,130); }
div.DivClassName
{
background-color: #486682;
}
.BgClassName
{
background-color: #486682;
}
</style>
border-color css
<style>
span { border-color: #486682; }
span { border-color: rgb(72,102,130); }
td.TdClassName
{
border-color: #486682;
}
.TagClassName
{
border-color: #486682;
}
</style>