Shades of Wedgewood #48708B
Tints of Wedgewood #48708B
RGB
CMYK
RGB Variations
Color information
#48708B (or 0x48708B) is known color: Wedgewood. HEX triplet: 48, 70 and 8B. RGB value is (72,112,139). Sum of RGB (Red+Green+Blue) = 72+112+139=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #48708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48708B is #B78F74. Grayscale: #666666. Windows color (decimal): -12029813 or 9138248. OLE color: 9138248.
HSL color Cylindrical-coordinate representation of color #48708B: hue angle of 204.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48708B is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 112 | 139 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.45 |
| HSL | 204.18º | 0.32% | 0.41% | - |
| HSV(B) | 204.18º | 0.48% | 0.55% | - |
| XYZ | 13.13 | 14.83 | 26.6 | - |
| YUV | 103.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 139 | 0.48 | 0.19 | 0 | 0.45 | 204.18 | 0.32 | 0.41 |
| Hex | 48 | 70 | 8B | 30 | 13 | 0 | 2D | CC | 20 | 29 |
| Octal | 110 | 160 | 213 | 60 | 23 | 0 | 55 | 314 | 40 | 51 |
| Binary | 1001000 | 1110000 | 10001011 | 110000 | 10011 | 0 | 101101 | 11001100 | 100000 | 101001 |
Color Harmonies of #48708B
Complementary color
Monochromatic Colors of #48708B
Black with #48708B
Text Example
Text Example
White with #48708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48708B; }
p { color: rgb(72,112,139); }
H1.HeaderClassName
{
color: #48708B;
}
.AnyTagClassName
{
color: #48708B;
}
</style>
background-color css
<style>
a { background-color: #48708B; }
a { background-color: rgb(72,112,139); }
div.DivClassName
{
background-color: #48708B;
}
.BgClassName
{
background-color: #48708B;
}
</style>
border-color css
<style>
span { border-color: #48708B; }
span { border-color: rgb(72,112,139); }
td.TdClassName
{
border-color: #48708B;
}
.TagClassName
{
border-color: #48708B;
}
</style>