Shades of Wedgewood #486B90
Tints of Wedgewood #486B90
RGB
CMYK
RGB Variations
Color information
#486B90 (or 0x486B90) is known color: Wedgewood. HEX triplet: 48, 6B and 90. RGB value is (72,107,144). Sum of RGB (Red+Green+Blue) = 72+107+144=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #486B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486B90 is #B7946F. Grayscale: #646464. Windows color (decimal): -12031088 or 9464648. OLE color: 9464648.
HSL color Cylindrical-coordinate representation of color #486B90: hue angle of 210.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486B90 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 107 | 144 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.44 |
| HSL | 210.83º | 0.33% | 0.42% | - |
| HSV(B) | 210.83º | 0.5% | 0.56% | - |
| XYZ | 12.96 | 13.91 | 28.39 | - |
| YUV | 100.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 144 | 0.50 | 0.26 | 0 | 0.44 | 210.83 | 0.33 | 0.42 |
| Hex | 48 | 6B | 90 | 32 | 1A | 0 | 2C | D3 | 21 | 2A |
| Octal | 110 | 153 | 220 | 62 | 32 | 0 | 54 | 323 | 41 | 52 |
| Binary | 1001000 | 1101011 | 10010000 | 110010 | 11010 | 0 | 101100 | 11010011 | 100001 | 101010 |
Color Harmonies of #486B90
Complementary color
Monochromatic Colors of #486B90
Black with #486B90
Text Example
Text Example
White with #486B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486B90; }
p { color: rgb(72,107,144); }
H1.HeaderClassName
{
color: #486B90;
}
.AnyTagClassName
{
color: #486B90;
}
</style>
background-color css
<style>
a { background-color: #486B90; }
a { background-color: rgb(72,107,144); }
div.DivClassName
{
background-color: #486B90;
}
.BgClassName
{
background-color: #486B90;
}
</style>
border-color css
<style>
span { border-color: #486B90; }
span { border-color: rgb(72,107,144); }
td.TdClassName
{
border-color: #486B90;
}
.TagClassName
{
border-color: #486B90;
}
</style>