Shades of Wedgewood #486C83
Tints of Wedgewood #486C83
RGB
CMYK
RGB Variations
Color information
#486C83 (or 0x486C83) is known color: Wedgewood. HEX triplet: 48, 6C and 83. RGB value is (72,108,131). Sum of RGB (Red+Green+Blue) = 72+108+131=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #486C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C83 is #B7937C. Grayscale: #636363. Windows color (decimal): -12030845 or 8612936. OLE color: 8612936.
HSL color Cylindrical-coordinate representation of color #486C83: hue angle of 203.39º 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 #486C83 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 108 | 131 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.49 |
| HSL | 203.39º | 0.29% | 0.4% | - |
| HSV(B) | 203.39º | 0.45% | 0.51% | - |
| XYZ | 12.13 | 13.74 | 23.49 | - |
| YUV | 99.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 131 | 0.45 | 0.18 | 0 | 0.49 | 203.39 | 0.29 | 0.4 |
| Hex | 48 | 6C | 83 | 2D | 12 | 0 | 31 | CB | 1D | 28 |
| Octal | 110 | 154 | 203 | 55 | 22 | 0 | 61 | 313 | 35 | 50 |
| Binary | 1001000 | 1101100 | 10000011 | 101101 | 10010 | 0 | 110001 | 11001011 | 11101 | 101000 |
Color Harmonies of #486C83
Complementary color
Monochromatic Colors of #486C83
Black with #486C83
Text Example
Text Example
White with #486C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C83; }
p { color: rgb(72,108,131); }
H1.HeaderClassName
{
color: #486C83;
}
.AnyTagClassName
{
color: #486C83;
}
</style>
background-color css
<style>
a { background-color: #486C83; }
a { background-color: rgb(72,108,131); }
div.DivClassName
{
background-color: #486C83;
}
.BgClassName
{
background-color: #486C83;
}
</style>
border-color css
<style>
span { border-color: #486C83; }
span { border-color: rgb(72,108,131); }
td.TdClassName
{
border-color: #486C83;
}
.TagClassName
{
border-color: #486C83;
}
</style>