Shades of Wedgewood #486789
Tints of Wedgewood #486789
RGB
CMYK
RGB Variations
Color information
#486789 (or 0x486789) is known color: Wedgewood. HEX triplet: 48, 67 and 89. RGB value is (72,103,137). Sum of RGB (Red+Green+Blue) = 72+103+137=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #486789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486789 is #B79876. Grayscale: #616161. Windows color (decimal): -12032119 or 9004872. OLE color: 9004872.
HSL color Cylindrical-coordinate representation of color #486789: hue angle of 211.38º 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 #486789 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 103 | 137 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.46 |
| HSL | 211.38º | 0.31% | 0.41% | - |
| HSV(B) | 211.38º | 0.47% | 0.54% | - |
| XYZ | 12.04 | 12.88 | 25.52 | - |
| YUV | 97.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 137 | 0.47 | 0.25 | 0 | 0.46 | 211.38 | 0.31 | 0.41 |
| Hex | 48 | 67 | 89 | 2F | 19 | 0 | 2E | D3 | 1F | 29 |
| Octal | 110 | 147 | 211 | 57 | 31 | 0 | 56 | 323 | 37 | 51 |
| Binary | 1001000 | 1100111 | 10001001 | 101111 | 11001 | 0 | 101110 | 11010011 | 11111 | 101001 |
Color Harmonies of #486789
Complementary color
Monochromatic Colors of #486789
Black with #486789
Text Example
Text Example
White with #486789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486789; }
p { color: rgb(72,103,137); }
H1.HeaderClassName
{
color: #486789;
}
.AnyTagClassName
{
color: #486789;
}
</style>
background-color css
<style>
a { background-color: #486789; }
a { background-color: rgb(72,103,137); }
div.DivClassName
{
background-color: #486789;
}
.BgClassName
{
background-color: #486789;
}
</style>
border-color css
<style>
span { border-color: #486789; }
span { border-color: rgb(72,103,137); }
td.TdClassName
{
border-color: #486789;
}
.TagClassName
{
border-color: #486789;
}
</style>