Shades of Wedgewood #48627E
Tints of Wedgewood #48627E
RGB
CMYK
RGB Variations
Color information
#48627E (or 0x48627E) is known color: Wedgewood. HEX triplet: 48, 62 and 7E. RGB value is (72,98,126). Sum of RGB (Red+Green+Blue) = 72+98+126=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #48627E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48627E is #B79D81. Grayscale: #5D5D5D. Windows color (decimal): -12033410 or 8282696. OLE color: 8282696.
HSL color Cylindrical-coordinate representation of color #48627E: hue angle of 211.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48627E is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 98 | 126 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.51 |
| HSL | 211.11º | 0.27% | 0.39% | - |
| HSV(B) | 211.11º | 0.43% | 0.49% | - |
| XYZ | 10.81 | 11.62 | 21.41 | - |
| YUV | 93.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 126 | 0.43 | 0.22 | 0 | 0.51 | 211.11 | 0.27 | 0.39 |
| Hex | 48 | 62 | 7E | 2B | 16 | 0 | 33 | D3 | 1B | 27 |
| Octal | 110 | 142 | 176 | 53 | 26 | 0 | 63 | 323 | 33 | 47 |
| Binary | 1001000 | 1100010 | 1111110 | 101011 | 10110 | 0 | 110011 | 11010011 | 11011 | 100111 |
Color Harmonies of #48627E
Complementary color
Monochromatic Colors of #48627E
Black with #48627E
Text Example
Text Example
White with #48627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48627E; }
p { color: rgb(72,98,126); }
H1.HeaderClassName
{
color: #48627E;
}
.AnyTagClassName
{
color: #48627E;
}
</style>
background-color css
<style>
a { background-color: #48627E; }
a { background-color: rgb(72,98,126); }
div.DivClassName
{
background-color: #48627E;
}
.BgClassName
{
background-color: #48627E;
}
</style>
border-color css
<style>
span { border-color: #48627E; }
span { border-color: rgb(72,98,126); }
td.TdClassName
{
border-color: #48627E;
}
.TagClassName
{
border-color: #48627E;
}
</style>