Shades of Wedgewood #49618A
Tints of Wedgewood #49618A
RGB
CMYK
RGB Variations
Color information
#49618A (or 0x49618A) is known color: Wedgewood. HEX triplet: 49, 61 and 8A. RGB value is (73,97,138). Sum of RGB (Red+Green+Blue) = 73+97+138=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #49618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49618A is #B69E75. Grayscale: #5E5E5E. Windows color (decimal): -11968118 or 9068873. OLE color: 9068873.
HSL color Cylindrical-coordinate representation of color #49618A: hue angle of 217.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49618A is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 97 | 138 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.46 |
| HSL | 217.85º | 0.31% | 0.41% | - |
| HSV(B) | 217.85º | 0.47% | 0.54% | - |
| XYZ | 11.61 | 11.8 | 25.71 | - |
| YUV | 94.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 138 | 0.47 | 0.30 | 0 | 0.46 | 217.85 | 0.31 | 0.41 |
| Hex | 49 | 61 | 8A | 2F | 1E | 0 | 2E | DA | 1F | 29 |
| Octal | 111 | 141 | 212 | 57 | 36 | 0 | 56 | 332 | 37 | 51 |
| Binary | 1001001 | 1100001 | 10001010 | 101111 | 11110 | 0 | 101110 | 11011010 | 11111 | 101001 |
Color Harmonies of #49618A
Complementary color
Monochromatic Colors of #49618A
Black with #49618A
Text Example
Text Example
White with #49618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49618A; }
p { color: rgb(73,97,138); }
H1.HeaderClassName
{
color: #49618A;
}
.AnyTagClassName
{
color: #49618A;
}
</style>
background-color css
<style>
a { background-color: #49618A; }
a { background-color: rgb(73,97,138); }
div.DivClassName
{
background-color: #49618A;
}
.BgClassName
{
background-color: #49618A;
}
</style>
border-color css
<style>
span { border-color: #49618A; }
span { border-color: rgb(73,97,138); }
td.TdClassName
{
border-color: #49618A;
}
.TagClassName
{
border-color: #49618A;
}
</style>