Shades of Wedgewood #486C8C
Tints of Wedgewood #486C8C
RGB
CMYK
RGB Variations
Color information
#486C8C (or 0x486C8C) is known color: Wedgewood. HEX triplet: 48, 6C and 8C. RGB value is (72,108,140). Sum of RGB (Red+Green+Blue) = 72+108+140=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #486C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C8C is #B79373. Grayscale: #646464. Windows color (decimal): -12030836 or 9202760. OLE color: 9202760.
HSL color Cylindrical-coordinate representation of color #486C8C: hue angle of 208.24º 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 #486C8C is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 108 | 140 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.45 |
| HSL | 208.24º | 0.32% | 0.42% | - |
| HSV(B) | 208.24º | 0.49% | 0.55% | - |
| XYZ | 12.77 | 14 | 26.84 | - |
| YUV | 100.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 140 | 0.49 | 0.23 | 0 | 0.45 | 208.24 | 0.32 | 0.42 |
| Hex | 48 | 6C | 8C | 31 | 17 | 0 | 2D | D0 | 20 | 2A |
| Octal | 110 | 154 | 214 | 61 | 27 | 0 | 55 | 320 | 40 | 52 |
| Binary | 1001000 | 1101100 | 10001100 | 110001 | 10111 | 0 | 101101 | 11010000 | 100000 | 101010 |
Color Harmonies of #486C8C
Complementary color
Monochromatic Colors of #486C8C
Black with #486C8C
Text Example
Text Example
White with #486C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C8C; }
p { color: rgb(72,108,140); }
H1.HeaderClassName
{
color: #486C8C;
}
.AnyTagClassName
{
color: #486C8C;
}
</style>
background-color css
<style>
a { background-color: #486C8C; }
a { background-color: rgb(72,108,140); }
div.DivClassName
{
background-color: #486C8C;
}
.BgClassName
{
background-color: #486C8C;
}
</style>
border-color css
<style>
span { border-color: #486C8C; }
span { border-color: rgb(72,108,140); }
td.TdClassName
{
border-color: #486C8C;
}
.TagClassName
{
border-color: #486C8C;
}
</style>