Shades of Wedgewood #486186
Tints of Wedgewood #486186
RGB
CMYK
RGB Variations
Color information
#486186 (or 0x486186) is known color: Wedgewood. HEX triplet: 48, 61 and 86. RGB value is (72,97,134). Sum of RGB (Red+Green+Blue) = 72+97+134=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #486186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486186 is #B79E79. Grayscale: #5D5D5D. Windows color (decimal): -12033658 or 8806728. OLE color: 8806728.
HSL color Cylindrical-coordinate representation of color #486186: hue angle of 215.81º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #486186 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 97 | 134 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.47 |
| HSL | 215.81º | 0.3% | 0.4% | - |
| HSV(B) | 215.81º | 0.46% | 0.53% | - |
| XYZ | 11.25 | 11.65 | 24.21 | - |
| YUV | 93.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 134 | 0.46 | 0.28 | 0 | 0.47 | 215.81 | 0.3 | 0.4 |
| Hex | 48 | 61 | 86 | 2E | 1C | 0 | 2F | D8 | 1E | 28 |
| Octal | 110 | 141 | 206 | 56 | 34 | 0 | 57 | 330 | 36 | 50 |
| Binary | 1001000 | 1100001 | 10000110 | 101110 | 11100 | 0 | 101111 | 11011000 | 11110 | 101000 |
Color Harmonies of #486186
Complementary color
Monochromatic Colors of #486186
Black with #486186
Text Example
Text Example
White with #486186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486186; }
p { color: rgb(72,97,134); }
H1.HeaderClassName
{
color: #486186;
}
.AnyTagClassName
{
color: #486186;
}
</style>
background-color css
<style>
a { background-color: #486186; }
a { background-color: rgb(72,97,134); }
div.DivClassName
{
background-color: #486186;
}
.BgClassName
{
background-color: #486186;
}
</style>
border-color css
<style>
span { border-color: #486186; }
span { border-color: rgb(72,97,134); }
td.TdClassName
{
border-color: #486186;
}
.TagClassName
{
border-color: #486186;
}
</style>