Shades of Wedgewood #486E8F
Tints of Wedgewood #486E8F
RGB
CMYK
RGB Variations
Color information
#486E8F (or 0x486E8F) is known color: Wedgewood. HEX triplet: 48, 6E and 8F. RGB value is (72,110,143). Sum of RGB (Red+Green+Blue) = 72+110+143=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #486E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486E8F is #B79170. Grayscale: #666666. Windows color (decimal): -12030321 or 9399880. OLE color: 9399880.
HSL color Cylindrical-coordinate representation of color #486E8F: hue angle of 207.89º 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 #486E8F is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 110 | 143 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.44 |
| HSL | 207.89º | 0.33% | 0.42% | - |
| HSV(B) | 207.89º | 0.5% | 0.56% | - |
| XYZ | 13.21 | 14.51 | 28.09 | - |
| YUV | 102.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 143 | 0.50 | 0.23 | 0 | 0.44 | 207.89 | 0.33 | 0.42 |
| Hex | 48 | 6E | 8F | 32 | 17 | 0 | 2C | D0 | 21 | 2A |
| Octal | 110 | 156 | 217 | 62 | 27 | 0 | 54 | 320 | 41 | 52 |
| Binary | 1001000 | 1101110 | 10001111 | 110010 | 10111 | 0 | 101100 | 11010000 | 100001 | 101010 |
Color Harmonies of #486E8F
Complementary color
Monochromatic Colors of #486E8F
Black with #486E8F
Text Example
Text Example
White with #486E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E8F; }
p { color: rgb(72,110,143); }
H1.HeaderClassName
{
color: #486E8F;
}
.AnyTagClassName
{
color: #486E8F;
}
</style>
background-color css
<style>
a { background-color: #486E8F; }
a { background-color: rgb(72,110,143); }
div.DivClassName
{
background-color: #486E8F;
}
.BgClassName
{
background-color: #486E8F;
}
</style>
border-color css
<style>
span { border-color: #486E8F; }
span { border-color: rgb(72,110,143); }
td.TdClassName
{
border-color: #486E8F;
}
.TagClassName
{
border-color: #486E8F;
}
</style>