Shades of Wedgewood #486D8D
Tints of Wedgewood #486D8D
RGB
CMYK
RGB Variations
Color information
#486D8D (or 0x486D8D) is known color: Wedgewood. HEX triplet: 48, 6D and 8D. RGB value is (72,109,141). Sum of RGB (Red+Green+Blue) = 72+109+141=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #486D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486D8D is #B79272. Grayscale: #656565. Windows color (decimal): -12030579 or 9268552. OLE color: 9268552.
HSL color Cylindrical-coordinate representation of color #486D8D: hue angle of 207.83º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #486D8D is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 109 | 141 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.45 |
| HSL | 207.83º | 0.32% | 0.42% | - |
| HSV(B) | 207.83º | 0.49% | 0.55% | - |
| XYZ | 12.95 | 14.24 | 27.27 | - |
| YUV | 101.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 141 | 0.49 | 0.23 | 0 | 0.45 | 207.83 | 0.32 | 0.42 |
| Hex | 48 | 6D | 8D | 31 | 17 | 0 | 2D | D0 | 20 | 2A |
| Octal | 110 | 155 | 215 | 61 | 27 | 0 | 55 | 320 | 40 | 52 |
| Binary | 1001000 | 1101101 | 10001101 | 110001 | 10111 | 0 | 101101 | 11010000 | 100000 | 101010 |
Color Harmonies of #486D8D
Complementary color
Monochromatic Colors of #486D8D
Black with #486D8D
Text Example
Text Example
White with #486D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D8D; }
p { color: rgb(72,109,141); }
H1.HeaderClassName
{
color: #486D8D;
}
.AnyTagClassName
{
color: #486D8D;
}
</style>
background-color css
<style>
a { background-color: #486D8D; }
a { background-color: rgb(72,109,141); }
div.DivClassName
{
background-color: #486D8D;
}
.BgClassName
{
background-color: #486D8D;
}
</style>
border-color css
<style>
span { border-color: #486D8D; }
span { border-color: rgb(72,109,141); }
td.TdClassName
{
border-color: #486D8D;
}
.TagClassName
{
border-color: #486D8D;
}
</style>