Shades of Wedgewood #486A8E
Tints of Wedgewood #486A8E
RGB
CMYK
RGB Variations
Color information
#486A8E (or 0x486A8E) is known color: Wedgewood. HEX triplet: 48, 6A and 8E. RGB value is (72,106,142). Sum of RGB (Red+Green+Blue) = 72+106+142=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #486A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486A8E is #B79571. Grayscale: #636363. Windows color (decimal): -12031346 or 9333320. OLE color: 9333320.
HSL color Cylindrical-coordinate representation of color #486A8E: hue angle of 210.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #486A8E is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 106 | 142 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.44 |
| HSL | 210.86º | 0.33% | 0.42% | - |
| HSV(B) | 210.86º | 0.49% | 0.56% | - |
| XYZ | 12.71 | 13.64 | 27.55 | - |
| YUV | 99.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 142 | 0.49 | 0.25 | 0 | 0.44 | 210.86 | 0.33 | 0.42 |
| Hex | 48 | 6A | 8E | 31 | 19 | 0 | 2C | D3 | 21 | 2A |
| Octal | 110 | 152 | 216 | 61 | 31 | 0 | 54 | 323 | 41 | 52 |
| Binary | 1001000 | 1101010 | 10001110 | 110001 | 11001 | 0 | 101100 | 11010011 | 100001 | 101010 |
Color Harmonies of #486A8E
Complementary color
Monochromatic Colors of #486A8E
Black with #486A8E
Text Example
Text Example
White with #486A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486A8E; }
p { color: rgb(72,106,142); }
H1.HeaderClassName
{
color: #486A8E;
}
.AnyTagClassName
{
color: #486A8E;
}
</style>
background-color css
<style>
a { background-color: #486A8E; }
a { background-color: rgb(72,106,142); }
div.DivClassName
{
background-color: #486A8E;
}
.BgClassName
{
background-color: #486A8E;
}
</style>
border-color css
<style>
span { border-color: #486A8E; }
span { border-color: rgb(72,106,142); }
td.TdClassName
{
border-color: #486A8E;
}
.TagClassName
{
border-color: #486A8E;
}
</style>