Shades of Wedgewood #486D89
Tints of Wedgewood #486D89
RGB
CMYK
RGB Variations
Color information
#486D89 (or 0x486D89) is known color: Wedgewood. HEX triplet: 48, 6D and 89. RGB value is (72,109,137). Sum of RGB (Red+Green+Blue) = 72+109+137=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #486D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486D89 is #B79276. Grayscale: #646464. Windows color (decimal): -12030583 or 9006408. OLE color: 9006408.
HSL color Cylindrical-coordinate representation of color #486D89: hue angle of 205.85º 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 #486D89 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 109 | 137 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.46 |
| HSL | 205.85º | 0.31% | 0.41% | - |
| HSV(B) | 205.85º | 0.47% | 0.54% | - |
| XYZ | 12.66 | 14.12 | 25.73 | - |
| YUV | 101.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 137 | 0.47 | 0.20 | 0 | 0.46 | 205.85 | 0.31 | 0.41 |
| Hex | 48 | 6D | 89 | 2F | 14 | 0 | 2E | CE | 1F | 29 |
| Octal | 110 | 155 | 211 | 57 | 24 | 0 | 56 | 316 | 37 | 51 |
| Binary | 1001000 | 1101101 | 10001001 | 101111 | 10100 | 0 | 101110 | 11001110 | 11111 | 101001 |
Color Harmonies of #486D89
Complementary color
Monochromatic Colors of #486D89
Black with #486D89
Text Example
Text Example
White with #486D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D89; }
p { color: rgb(72,109,137); }
H1.HeaderClassName
{
color: #486D89;
}
.AnyTagClassName
{
color: #486D89;
}
</style>
background-color css
<style>
a { background-color: #486D89; }
a { background-color: rgb(72,109,137); }
div.DivClassName
{
background-color: #486D89;
}
.BgClassName
{
background-color: #486D89;
}
</style>
border-color css
<style>
span { border-color: #486D89; }
span { border-color: rgb(72,109,137); }
td.TdClassName
{
border-color: #486D89;
}
.TagClassName
{
border-color: #486D89;
}
</style>