Shades of Wedgewood #486F93
Tints of Wedgewood #486F93
RGB
CMYK
RGB Variations
Color information
#486F93 (or 0x486F93) is known color: Wedgewood. HEX triplet: 48, 6F and 93. RGB value is (72,111,147). Sum of RGB (Red+Green+Blue) = 72+111+147=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #486F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F93 is #B7906C. Grayscale: #676767. Windows color (decimal): -12030061 or 9662280. OLE color: 9662280.
HSL color Cylindrical-coordinate representation of color #486F93: hue angle of 208.8º 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 #486F93 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 111 | 147 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.42 |
| HSL | 208.8º | 0.34% | 0.43% | - |
| HSV(B) | 208.8º | 0.51% | 0.58% | - |
| XYZ | 13.62 | 14.85 | 29.75 | - |
| YUV | 103.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 147 | 0.51 | 0.24 | 0 | 0.42 | 208.8 | 0.34 | 0.43 |
| Hex | 48 | 6F | 93 | 33 | 18 | 0 | 2A | D1 | 22 | 2B |
| Octal | 110 | 157 | 223 | 63 | 30 | 0 | 52 | 321 | 42 | 53 |
| Binary | 1001000 | 1101111 | 10010011 | 110011 | 11000 | 0 | 101010 | 11010001 | 100010 | 101011 |
Color Harmonies of #486F93
Complementary color
Monochromatic Colors of #486F93
Black with #486F93
Text Example
Text Example
White with #486F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F93; }
p { color: rgb(72,111,147); }
H1.HeaderClassName
{
color: #486F93;
}
.AnyTagClassName
{
color: #486F93;
}
</style>
background-color css
<style>
a { background-color: #486F93; }
a { background-color: rgb(72,111,147); }
div.DivClassName
{
background-color: #486F93;
}
.BgClassName
{
background-color: #486F93;
}
</style>
border-color css
<style>
span { border-color: #486F93; }
span { border-color: rgb(72,111,147); }
td.TdClassName
{
border-color: #486F93;
}
.TagClassName
{
border-color: #486F93;
}
</style>