Shades of Wedgewood #486B93
Tints of Wedgewood #486B93
RGB
CMYK
RGB Variations
Color information
#486B93 (or 0x486B93) is known color: Wedgewood. HEX triplet: 48, 6B and 93. RGB value is (72,107,147). Sum of RGB (Red+Green+Blue) = 72+107+147=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #486B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486B93 is #B7946C. Grayscale: #646464. Windows color (decimal): -12031085 or 9661256. OLE color: 9661256.
HSL color Cylindrical-coordinate representation of color #486B93: hue angle of 212º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486B93 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 107 | 147 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.42 |
| HSL | 212º | 0.34% | 0.43% | - |
| HSV(B) | 212º | 0.51% | 0.58% | - |
| XYZ | 13.2 | 14 | 29.61 | - |
| YUV | 101.1 | 153.9 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 147 | 0.51 | 0.27 | 0 | 0.42 | 212 | 0.34 | 0.43 |
| Hex | 48 | 6B | 93 | 33 | 1B | 0 | 2A | D4 | 22 | 2B |
| Octal | 110 | 153 | 223 | 63 | 33 | 0 | 52 | 324 | 42 | 53 |
| Binary | 1001000 | 1101011 | 10010011 | 110011 | 11011 | 0 | 101010 | 11010100 | 100010 | 101011 |
Color Harmonies of #486B93
Complementary color
Monochromatic Colors of #486B93
Black with #486B93
Text Example
Text Example
White with #486B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486B93; }
p { color: rgb(72,107,147); }
H1.HeaderClassName
{
color: #486B93;
}
.AnyTagClassName
{
color: #486B93;
}
</style>
background-color css
<style>
a { background-color: #486B93; }
a { background-color: rgb(72,107,147); }
div.DivClassName
{
background-color: #486B93;
}
.BgClassName
{
background-color: #486B93;
}
</style>
border-color css
<style>
span { border-color: #486B93; }
span { border-color: rgb(72,107,147); }
td.TdClassName
{
border-color: #486B93;
}
.TagClassName
{
border-color: #486B93;
}
</style>