Shades of Wedgewood #48668C
Tints of Wedgewood #48668C
RGB
CMYK
RGB Variations
Color information
#48668C (or 0x48668C) is known color: Wedgewood. HEX triplet: 48, 66 and 8C. RGB value is (72,102,140). Sum of RGB (Red+Green+Blue) = 72+102+140=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #48668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48668C is #B79973. Grayscale: #616161. Windows color (decimal): -12032372 or 9201224. OLE color: 9201224.
HSL color Cylindrical-coordinate representation of color #48668C: hue angle of 213.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48668C is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 102 | 140 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.45 |
| HSL | 213.53º | 0.32% | 0.42% | - |
| HSV(B) | 213.53º | 0.49% | 0.55% | - |
| XYZ | 12.16 | 12.77 | 26.64 | - |
| YUV | 97.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 140 | 0.49 | 0.27 | 0 | 0.45 | 213.53 | 0.32 | 0.42 |
| Hex | 48 | 66 | 8C | 31 | 1B | 0 | 2D | D6 | 20 | 2A |
| Octal | 110 | 146 | 214 | 61 | 33 | 0 | 55 | 326 | 40 | 52 |
| Binary | 1001000 | 1100110 | 10001100 | 110001 | 11011 | 0 | 101101 | 11010110 | 100000 | 101010 |
Color Harmonies of #48668C
Complementary color
Monochromatic Colors of #48668C
Black with #48668C
Text Example
Text Example
White with #48668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48668C; }
p { color: rgb(72,102,140); }
H1.HeaderClassName
{
color: #48668C;
}
.AnyTagClassName
{
color: #48668C;
}
</style>
background-color css
<style>
a { background-color: #48668C; }
a { background-color: rgb(72,102,140); }
div.DivClassName
{
background-color: #48668C;
}
.BgClassName
{
background-color: #48668C;
}
</style>
border-color css
<style>
span { border-color: #48668C; }
span { border-color: rgb(72,102,140); }
td.TdClassName
{
border-color: #48668C;
}
.TagClassName
{
border-color: #48668C;
}
</style>