Shades of Wedgewood #486D8B
Tints of Wedgewood #486D8B
RGB
CMYK
RGB Variations
Color information
#486D8B (or 0x486D8B) is known color: Wedgewood. HEX triplet: 48, 6D and 8B. RGB value is (72,109,139). Sum of RGB (Red+Green+Blue) = 72+109+139=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #486D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486D8B is #B79274. Grayscale: #656565. Windows color (decimal): -12030581 or 9137480. OLE color: 9137480.
HSL color Cylindrical-coordinate representation of color #486D8B: hue angle of 206.87º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486D8B is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 109 | 139 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.45 |
| HSL | 206.87º | 0.32% | 0.41% | - |
| HSV(B) | 206.87º | 0.48% | 0.55% | - |
| XYZ | 12.8 | 14.18 | 26.49 | - |
| YUV | 101.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 139 | 0.48 | 0.22 | 0 | 0.45 | 206.87 | 0.32 | 0.41 |
| Hex | 48 | 6D | 8B | 30 | 16 | 0 | 2D | CF | 20 | 29 |
| Octal | 110 | 155 | 213 | 60 | 26 | 0 | 55 | 317 | 40 | 51 |
| Binary | 1001000 | 1101101 | 10001011 | 110000 | 10110 | 0 | 101101 | 11001111 | 100000 | 101001 |
Color Harmonies of #486D8B
Complementary color
Monochromatic Colors of #486D8B
Black with #486D8B
Text Example
Text Example
White with #486D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D8B; }
p { color: rgb(72,109,139); }
H1.HeaderClassName
{
color: #486D8B;
}
.AnyTagClassName
{
color: #486D8B;
}
</style>
background-color css
<style>
a { background-color: #486D8B; }
a { background-color: rgb(72,109,139); }
div.DivClassName
{
background-color: #486D8B;
}
.BgClassName
{
background-color: #486D8B;
}
</style>
border-color css
<style>
span { border-color: #486D8B; }
span { border-color: rgb(72,109,139); }
td.TdClassName
{
border-color: #486D8B;
}
.TagClassName
{
border-color: #486D8B;
}
</style>