Shades of Wedgewood #486580
Tints of Wedgewood #486580
RGB
CMYK
RGB Variations
Color information
#486580 (or 0x486580) is known color: Wedgewood. HEX triplet: 48, 65 and 80. RGB value is (72,101,128). Sum of RGB (Red+Green+Blue) = 72+101+128=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #486580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486580 is #B79A7F. Grayscale: #5F5F5F. Windows color (decimal): -12032640 or 8414536. OLE color: 8414536.
HSL color Cylindrical-coordinate representation of color #486580: hue angle of 208.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #486580 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 101 | 128 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.50 |
| HSL | 208.93º | 0.28% | 0.39% | - |
| HSV(B) | 208.93º | 0.44% | 0.5% | - |
| XYZ | 11.22 | 12.24 | 22.19 | - |
| YUV | 95.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 128 | 0.44 | 0.21 | 0 | 0.50 | 208.93 | 0.28 | 0.39 |
| Hex | 48 | 65 | 80 | 2C | 15 | 0 | 32 | D1 | 1C | 27 |
| Octal | 110 | 145 | 200 | 54 | 25 | 0 | 62 | 321 | 34 | 47 |
| Binary | 1001000 | 1100101 | 10000000 | 101100 | 10101 | 0 | 110010 | 11010001 | 11100 | 100111 |
Color Harmonies of #486580
Complementary color
Monochromatic Colors of #486580
Black with #486580
Text Example
Text Example
White with #486580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486580; }
p { color: rgb(72,101,128); }
H1.HeaderClassName
{
color: #486580;
}
.AnyTagClassName
{
color: #486580;
}
</style>
background-color css
<style>
a { background-color: #486580; }
a { background-color: rgb(72,101,128); }
div.DivClassName
{
background-color: #486580;
}
.BgClassName
{
background-color: #486580;
}
</style>
border-color css
<style>
span { border-color: #486580; }
span { border-color: rgb(72,101,128); }
td.TdClassName
{
border-color: #486580;
}
.TagClassName
{
border-color: #486580;
}
</style>