Shades of Wedgewood #486C90
Tints of Wedgewood #486C90
RGB
CMYK
RGB Variations
Color information
#486C90 (or 0x486C90) is known color: Wedgewood. HEX triplet: 48, 6C and 90. RGB value is (72,108,144). Sum of RGB (Red+Green+Blue) = 72+108+144=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #486C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C90 is #B7936F. Grayscale: #656565. Windows color (decimal): -12030832 or 9464904. OLE color: 9464904.
HSL color Cylindrical-coordinate representation of color #486C90: hue angle of 210º 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 #486C90 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 108 | 144 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.44 |
| HSL | 210º | 0.33% | 0.42% | - |
| HSV(B) | 210º | 0.5% | 0.56% | - |
| XYZ | 13.07 | 14.12 | 28.42 | - |
| YUV | 101.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 144 | 0.50 | 0.25 | 0 | 0.44 | 210 | 0.33 | 0.42 |
| Hex | 48 | 6C | 90 | 32 | 19 | 0 | 2C | D2 | 21 | 2A |
| Octal | 110 | 154 | 220 | 62 | 31 | 0 | 54 | 322 | 41 | 52 |
| Binary | 1001000 | 1101100 | 10010000 | 110010 | 11001 | 0 | 101100 | 11010010 | 100001 | 101010 |
Color Harmonies of #486C90
Complementary color
Monochromatic Colors of #486C90
Black with #486C90
Text Example
Text Example
White with #486C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C90; }
p { color: rgb(72,108,144); }
H1.HeaderClassName
{
color: #486C90;
}
.AnyTagClassName
{
color: #486C90;
}
</style>
background-color css
<style>
a { background-color: #486C90; }
a { background-color: rgb(72,108,144); }
div.DivClassName
{
background-color: #486C90;
}
.BgClassName
{
background-color: #486C90;
}
</style>
border-color css
<style>
span { border-color: #486C90; }
span { border-color: rgb(72,108,144); }
td.TdClassName
{
border-color: #486C90;
}
.TagClassName
{
border-color: #486C90;
}
</style>