Shades of Wedgewood #486F88
Tints of Wedgewood #486F88
RGB
CMYK
RGB Variations
Color information
#486F88 (or 0x486F88) is known color: Wedgewood. HEX triplet: 48, 6F and 88. RGB value is (72,111,136). Sum of RGB (Red+Green+Blue) = 72+111+136=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #486F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F88 is #B79077. Grayscale: #666666. Windows color (decimal): -12030072 or 8941384. OLE color: 8941384.
HSL color Cylindrical-coordinate representation of color #486F88: hue angle of 203.44º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486F88 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 111 | 136 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.47 |
| HSL | 203.44º | 0.31% | 0.41% | - |
| HSV(B) | 203.44º | 0.47% | 0.53% | - |
| XYZ | 12.8 | 14.52 | 25.42 | - |
| YUV | 102.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 136 | 0.47 | 0.18 | 0 | 0.47 | 203.44 | 0.31 | 0.41 |
| Hex | 48 | 6F | 88 | 2F | 12 | 0 | 2F | CB | 1F | 29 |
| Octal | 110 | 157 | 210 | 57 | 22 | 0 | 57 | 313 | 37 | 51 |
| Binary | 1001000 | 1101111 | 10001000 | 101111 | 10010 | 0 | 101111 | 11001011 | 11111 | 101001 |
Color Harmonies of #486F88
Complementary color
Monochromatic Colors of #486F88
Black with #486F88
Text Example
Text Example
White with #486F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F88; }
p { color: rgb(72,111,136); }
H1.HeaderClassName
{
color: #486F88;
}
.AnyTagClassName
{
color: #486F88;
}
</style>
background-color css
<style>
a { background-color: #486F88; }
a { background-color: rgb(72,111,136); }
div.DivClassName
{
background-color: #486F88;
}
.BgClassName
{
background-color: #486F88;
}
</style>
border-color css
<style>
span { border-color: #486F88; }
span { border-color: rgb(72,111,136); }
td.TdClassName
{
border-color: #486F88;
}
.TagClassName
{
border-color: #486F88;
}
</style>