Shades of Wedgewood #486881
Tints of Wedgewood #486881
RGB
CMYK
RGB Variations
Color information
#486881 (or 0x486881) is known color: Wedgewood. HEX triplet: 48, 68 and 81. RGB value is (72,104,129). Sum of RGB (Red+Green+Blue) = 72+104+129=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #486881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486881 is #B7977E. Grayscale: #616161. Windows color (decimal): -12031871 or 8480840. OLE color: 8480840.
HSL color Cylindrical-coordinate representation of color #486881: hue angle of 206.32º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #486881 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 104 | 129 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.49 |
| HSL | 206.32º | 0.28% | 0.39% | - |
| HSV(B) | 206.32º | 0.44% | 0.51% | - |
| XYZ | 11.59 | 12.86 | 22.64 | - |
| YUV | 97.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 129 | 0.44 | 0.19 | 0 | 0.49 | 206.32 | 0.28 | 0.39 |
| Hex | 48 | 68 | 81 | 2C | 13 | 0 | 31 | CE | 1C | 27 |
| Octal | 110 | 150 | 201 | 54 | 23 | 0 | 61 | 316 | 34 | 47 |
| Binary | 1001000 | 1101000 | 10000001 | 101100 | 10011 | 0 | 110001 | 11001110 | 11100 | 100111 |
Color Harmonies of #486881
Complementary color
Monochromatic Colors of #486881
Black with #486881
Text Example
Text Example
White with #486881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486881; }
p { color: rgb(72,104,129); }
H1.HeaderClassName
{
color: #486881;
}
.AnyTagClassName
{
color: #486881;
}
</style>
background-color css
<style>
a { background-color: #486881; }
a { background-color: rgb(72,104,129); }
div.DivClassName
{
background-color: #486881;
}
.BgClassName
{
background-color: #486881;
}
</style>
border-color css
<style>
span { border-color: #486881; }
span { border-color: rgb(72,104,129); }
td.TdClassName
{
border-color: #486881;
}
.TagClassName
{
border-color: #486881;
}
</style>