Shades of Wedgewood #486385
Tints of Wedgewood #486385
RGB
CMYK
RGB Variations
Color information
#486385 (or 0x486385) is known color: Wedgewood. HEX triplet: 48, 63 and 85. RGB value is (72,99,133). Sum of RGB (Red+Green+Blue) = 72+99+133=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #486385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486385 is #B79C7A. Grayscale: #5E5E5E. Windows color (decimal): -12033147 or 8741704. OLE color: 8741704.
HSL color Cylindrical-coordinate representation of color #486385: hue angle of 213.44º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #486385 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 99 | 133 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.48 |
| HSL | 213.44º | 0.3% | 0.4% | - |
| HSV(B) | 213.44º | 0.46% | 0.52% | - |
| XYZ | 11.37 | 11.99 | 23.91 | - |
| YUV | 94.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 133 | 0.46 | 0.26 | 0 | 0.48 | 213.44 | 0.3 | 0.4 |
| Hex | 48 | 63 | 85 | 2E | 1A | 0 | 30 | D5 | 1E | 28 |
| Octal | 110 | 143 | 205 | 56 | 32 | 0 | 60 | 325 | 36 | 50 |
| Binary | 1001000 | 1100011 | 10000101 | 101110 | 11010 | 0 | 110000 | 11010101 | 11110 | 101000 |
Color Harmonies of #486385
Complementary color
Monochromatic Colors of #486385
Black with #486385
Text Example
Text Example
White with #486385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486385; }
p { color: rgb(72,99,133); }
H1.HeaderClassName
{
color: #486385;
}
.AnyTagClassName
{
color: #486385;
}
</style>
background-color css
<style>
a { background-color: #486385; }
a { background-color: rgb(72,99,133); }
div.DivClassName
{
background-color: #486385;
}
.BgClassName
{
background-color: #486385;
}
</style>
border-color css
<style>
span { border-color: #486385; }
span { border-color: rgb(72,99,133); }
td.TdClassName
{
border-color: #486385;
}
.TagClassName
{
border-color: #486385;
}
</style>