Shades of Wedgewood #486F8F
Tints of Wedgewood #486F8F
RGB
CMYK
RGB Variations
Color information
#486F8F (or 0x486F8F) is known color: Wedgewood. HEX triplet: 48, 6F and 8F. RGB value is (72,111,143). Sum of RGB (Red+Green+Blue) = 72+111+143=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #486F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F8F is #B79070. Grayscale: #666666. Windows color (decimal): -12030065 or 9400136. OLE color: 9400136.
HSL color Cylindrical-coordinate representation of color #486F8F: hue angle of 207.04º 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 #486F8F is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 111 | 143 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.44 |
| HSL | 207.04º | 0.33% | 0.42% | - |
| HSV(B) | 207.04º | 0.5% | 0.56% | - |
| XYZ | 13.31 | 14.73 | 28.13 | - |
| YUV | 102.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 143 | 0.50 | 0.22 | 0 | 0.44 | 207.04 | 0.33 | 0.42 |
| Hex | 48 | 6F | 8F | 32 | 16 | 0 | 2C | CF | 21 | 2A |
| Octal | 110 | 157 | 217 | 62 | 26 | 0 | 54 | 317 | 41 | 52 |
| Binary | 1001000 | 1101111 | 10001111 | 110010 | 10110 | 0 | 101100 | 11001111 | 100001 | 101010 |
Color Harmonies of #486F8F
Complementary color
Monochromatic Colors of #486F8F
Black with #486F8F
Text Example
Text Example
White with #486F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F8F; }
p { color: rgb(72,111,143); }
H1.HeaderClassName
{
color: #486F8F;
}
.AnyTagClassName
{
color: #486F8F;
}
</style>
background-color css
<style>
a { background-color: #486F8F; }
a { background-color: rgb(72,111,143); }
div.DivClassName
{
background-color: #486F8F;
}
.BgClassName
{
background-color: #486F8F;
}
</style>
border-color css
<style>
span { border-color: #486F8F; }
span { border-color: rgb(72,111,143); }
td.TdClassName
{
border-color: #486F8F;
}
.TagClassName
{
border-color: #486F8F;
}
</style>