Shades of Wedgewood #486A83
Tints of Wedgewood #486A83
RGB
CMYK
RGB Variations
Color information
#486A83 (or 0x486A83) is known color: Wedgewood. HEX triplet: 48, 6A and 83. RGB value is (72,106,131). Sum of RGB (Red+Green+Blue) = 72+106+131=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #486A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486A83 is #B7957C. Grayscale: #626262. Windows color (decimal): -12031357 or 8612424. OLE color: 8612424.
HSL color Cylindrical-coordinate representation of color #486A83: hue angle of 205.42º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486A83 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 106 | 131 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.49 |
| HSL | 205.42º | 0.29% | 0.4% | - |
| HSV(B) | 205.42º | 0.45% | 0.51% | - |
| XYZ | 11.92 | 13.32 | 23.42 | - |
| YUV | 98.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 131 | 0.45 | 0.19 | 0 | 0.49 | 205.42 | 0.29 | 0.4 |
| Hex | 48 | 6A | 83 | 2D | 13 | 0 | 31 | CD | 1D | 28 |
| Octal | 110 | 152 | 203 | 55 | 23 | 0 | 61 | 315 | 35 | 50 |
| Binary | 1001000 | 1101010 | 10000011 | 101101 | 10011 | 0 | 110001 | 11001101 | 11101 | 101000 |
Color Harmonies of #486A83
Complementary color
Monochromatic Colors of #486A83
Black with #486A83
Text Example
Text Example
White with #486A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486A83; }
p { color: rgb(72,106,131); }
H1.HeaderClassName
{
color: #486A83;
}
.AnyTagClassName
{
color: #486A83;
}
</style>
background-color css
<style>
a { background-color: #486A83; }
a { background-color: rgb(72,106,131); }
div.DivClassName
{
background-color: #486A83;
}
.BgClassName
{
background-color: #486A83;
}
</style>
border-color css
<style>
span { border-color: #486A83; }
span { border-color: rgb(72,106,131); }
td.TdClassName
{
border-color: #486A83;
}
.TagClassName
{
border-color: #486A83;
}
</style>