Shades of Wedgewood #486089
Tints of Wedgewood #486089
RGB
CMYK
RGB Variations
Color information
#486089 (or 0x486089) is known color: Wedgewood. HEX triplet: 48, 60 and 89. RGB value is (72,96,137). Sum of RGB (Red+Green+Blue) = 72+96+137=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #486089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486089 is #B79F76. Grayscale: #5D5D5D. Windows color (decimal): -12033911 or 9003080. OLE color: 9003080.
HSL color Cylindrical-coordinate representation of color #486089: hue angle of 217.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 #486089 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 96 | 137 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.46 |
| HSL | 217.85º | 0.31% | 0.41% | - |
| HSV(B) | 217.85º | 0.47% | 0.54% | - |
| XYZ | 11.37 | 11.55 | 25.3 | - |
| YUV | 93.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 137 | 0.47 | 0.30 | 0 | 0.46 | 217.85 | 0.31 | 0.41 |
| Hex | 48 | 60 | 89 | 2F | 1E | 0 | 2E | DA | 1F | 29 |
| Octal | 110 | 140 | 211 | 57 | 36 | 0 | 56 | 332 | 37 | 51 |
| Binary | 1001000 | 1100000 | 10001001 | 101111 | 11110 | 0 | 101110 | 11011010 | 11111 | 101001 |
Color Harmonies of #486089
Complementary color
Monochromatic Colors of #486089
Black with #486089
Text Example
Text Example
White with #486089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486089; }
p { color: rgb(72,96,137); }
H1.HeaderClassName
{
color: #486089;
}
.AnyTagClassName
{
color: #486089;
}
</style>
background-color css
<style>
a { background-color: #486089; }
a { background-color: rgb(72,96,137); }
div.DivClassName
{
background-color: #486089;
}
.BgClassName
{
background-color: #486089;
}
</style>
border-color css
<style>
span { border-color: #486089; }
span { border-color: rgb(72,96,137); }
td.TdClassName
{
border-color: #486089;
}
.TagClassName
{
border-color: #486089;
}
</style>