Shades of Wedgewood #486D90
Tints of Wedgewood #486D90
RGB
CMYK
RGB Variations
Color information
#486D90 (or 0x486D90) is known color: Wedgewood. HEX triplet: 48, 6D and 90. RGB value is (72,109,144). Sum of RGB (Red+Green+Blue) = 72+109+144=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #486D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486D90 is #B7926F. Grayscale: #656565. Windows color (decimal): -12030576 or 9465160. OLE color: 9465160.
HSL color Cylindrical-coordinate representation of color #486D90: hue angle of 209.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486D90 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 109 | 144 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.44 |
| HSL | 209.17º | 0.33% | 0.42% | - |
| HSV(B) | 209.17º | 0.5% | 0.56% | - |
| XYZ | 13.18 | 14.33 | 28.46 | - |
| YUV | 101.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 144 | 0.50 | 0.24 | 0 | 0.44 | 209.17 | 0.33 | 0.42 |
| Hex | 48 | 6D | 90 | 32 | 18 | 0 | 2C | D1 | 21 | 2A |
| Octal | 110 | 155 | 220 | 62 | 30 | 0 | 54 | 321 | 41 | 52 |
| Binary | 1001000 | 1101101 | 10010000 | 110010 | 11000 | 0 | 101100 | 11010001 | 100001 | 101010 |
Color Harmonies of #486D90
Complementary color
Monochromatic Colors of #486D90
Black with #486D90
Text Example
Text Example
White with #486D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D90; }
p { color: rgb(72,109,144); }
H1.HeaderClassName
{
color: #486D90;
}
.AnyTagClassName
{
color: #486D90;
}
</style>
background-color css
<style>
a { background-color: #486D90; }
a { background-color: rgb(72,109,144); }
div.DivClassName
{
background-color: #486D90;
}
.BgClassName
{
background-color: #486D90;
}
</style>
border-color css
<style>
span { border-color: #486D90; }
span { border-color: rgb(72,109,144); }
td.TdClassName
{
border-color: #486D90;
}
.TagClassName
{
border-color: #486D90;
}
</style>