Shades of Wedgewood #486F86
Tints of Wedgewood #486F86
RGB
CMYK
RGB Variations
Color information
#486F86 (or 0x486F86) is known color: Wedgewood. HEX triplet: 48, 6F and 86. RGB value is (72,111,134). Sum of RGB (Red+Green+Blue) = 72+111+134=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #486F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F86 is #B79079. Grayscale: #656565. Windows color (decimal): -12030074 or 8810312. OLE color: 8810312.
HSL color Cylindrical-coordinate representation of color #486F86: hue angle of 202.26º 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 #486F86 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 111 | 134 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.47 |
| HSL | 202.26º | 0.3% | 0.4% | - |
| HSV(B) | 202.26º | 0.46% | 0.53% | - |
| XYZ | 12.66 | 14.47 | 24.68 | - |
| YUV | 101.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 134 | 0.46 | 0.17 | 0 | 0.47 | 202.26 | 0.3 | 0.4 |
| Hex | 48 | 6F | 86 | 2E | 11 | 0 | 2F | CA | 1E | 28 |
| Octal | 110 | 157 | 206 | 56 | 21 | 0 | 57 | 312 | 36 | 50 |
| Binary | 1001000 | 1101111 | 10000110 | 101110 | 10001 | 0 | 101111 | 11001010 | 11110 | 101000 |
Color Harmonies of #486F86
Complementary color
Monochromatic Colors of #486F86
Black with #486F86
Text Example
Text Example
White with #486F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F86; }
p { color: rgb(72,111,134); }
H1.HeaderClassName
{
color: #486F86;
}
.AnyTagClassName
{
color: #486F86;
}
</style>
background-color css
<style>
a { background-color: #486F86; }
a { background-color: rgb(72,111,134); }
div.DivClassName
{
background-color: #486F86;
}
.BgClassName
{
background-color: #486F86;
}
</style>
border-color css
<style>
span { border-color: #486F86; }
span { border-color: rgb(72,111,134); }
td.TdClassName
{
border-color: #486F86;
}
.TagClassName
{
border-color: #486F86;
}
</style>