Shades of Wedgewood #48627C
Tints of Wedgewood #48627C
RGB
CMYK
RGB Variations
Color information
#48627C (or 0x48627C) is known color: Wedgewood. HEX triplet: 48, 62 and 7C. RGB value is (72,98,124). Sum of RGB (Red+Green+Blue) = 72+98+124=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #48627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48627C is #B79D83. Grayscale: #5D5D5D. Windows color (decimal): -12033412 or 8151624. OLE color: 8151624.
HSL color Cylindrical-coordinate representation of color #48627C: hue angle of 210º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48627C is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 98 | 124 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.51 |
| HSL | 210º | 0.27% | 0.38% | - |
| HSV(B) | 210º | 0.42% | 0.49% | - |
| XYZ | 10.68 | 11.57 | 20.74 | - |
| YUV | 93.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 124 | 0.42 | 0.21 | 0 | 0.51 | 210 | 0.27 | 0.38 |
| Hex | 48 | 62 | 7C | 2A | 15 | 0 | 33 | D2 | 1B | 26 |
| Octal | 110 | 142 | 174 | 52 | 25 | 0 | 63 | 322 | 33 | 46 |
| Binary | 1001000 | 1100010 | 1111100 | 101010 | 10101 | 0 | 110011 | 11010010 | 11011 | 100110 |
Color Harmonies of #48627C
Complementary color
Monochromatic Colors of #48627C
Black with #48627C
Text Example
Text Example
White with #48627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48627C; }
p { color: rgb(72,98,124); }
H1.HeaderClassName
{
color: #48627C;
}
.AnyTagClassName
{
color: #48627C;
}
</style>
background-color css
<style>
a { background-color: #48627C; }
a { background-color: rgb(72,98,124); }
div.DivClassName
{
background-color: #48627C;
}
.BgClassName
{
background-color: #48627C;
}
</style>
border-color css
<style>
span { border-color: #48627C; }
span { border-color: rgb(72,98,124); }
td.TdClassName
{
border-color: #48627C;
}
.TagClassName
{
border-color: #48627C;
}
</style>