Shades of Wedgewood #486E89
Tints of Wedgewood #486E89
RGB
CMYK
RGB Variations
Color information
#486E89 (or 0x486E89) is known color: Wedgewood. HEX triplet: 48, 6E and 89. RGB value is (72,110,137). Sum of RGB (Red+Green+Blue) = 72+110+137=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #486E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486E89 is #B79176. Grayscale: #656565. Windows color (decimal): -12030327 or 9006664. OLE color: 9006664.
HSL color Cylindrical-coordinate representation of color #486E89: hue angle of 204.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486E89 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 110 | 137 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.46 |
| HSL | 204.92º | 0.31% | 0.41% | - |
| HSV(B) | 204.92º | 0.47% | 0.54% | - |
| XYZ | 12.76 | 14.34 | 25.76 | - |
| YUV | 101.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 137 | 0.47 | 0.20 | 0 | 0.46 | 204.92 | 0.31 | 0.41 |
| Hex | 48 | 6E | 89 | 2F | 14 | 0 | 2E | CD | 1F | 29 |
| Octal | 110 | 156 | 211 | 57 | 24 | 0 | 56 | 315 | 37 | 51 |
| Binary | 1001000 | 1101110 | 10001001 | 101111 | 10100 | 0 | 101110 | 11001101 | 11111 | 101001 |
Color Harmonies of #486E89
Complementary color
Monochromatic Colors of #486E89
Black with #486E89
Text Example
Text Example
White with #486E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E89; }
p { color: rgb(72,110,137); }
H1.HeaderClassName
{
color: #486E89;
}
.AnyTagClassName
{
color: #486E89;
}
</style>
background-color css
<style>
a { background-color: #486E89; }
a { background-color: rgb(72,110,137); }
div.DivClassName
{
background-color: #486E89;
}
.BgClassName
{
background-color: #486E89;
}
</style>
border-color css
<style>
span { border-color: #486E89; }
span { border-color: rgb(72,110,137); }
td.TdClassName
{
border-color: #486E89;
}
.TagClassName
{
border-color: #486E89;
}
</style>