Shades of Wedgewood #49667D
Tints of Wedgewood #49667D
RGB
CMYK
RGB Variations
Color information
#49667D (or 0x49667D) is known color: Wedgewood. HEX triplet: 49, 66 and 7D. RGB value is (73,102,125). Sum of RGB (Red+Green+Blue) = 73+102+125=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #49667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49667D is #B69982. Grayscale: #5F5F5F. Windows color (decimal): -11966851 or 8218185. OLE color: 8218185.
HSL color Cylindrical-coordinate representation of color #49667D: hue angle of 206.54º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49667D is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 102 | 125 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.51 |
| HSL | 206.54º | 0.26% | 0.39% | - |
| HSV(B) | 206.54º | 0.42% | 0.49% | - |
| XYZ | 11.2 | 12.4 | 21.21 | - |
| YUV | 95.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 125 | 0.42 | 0.18 | 0 | 0.51 | 206.54 | 0.26 | 0.39 |
| Hex | 49 | 66 | 7D | 2A | 12 | 0 | 33 | CF | 1A | 27 |
| Octal | 111 | 146 | 175 | 52 | 22 | 0 | 63 | 317 | 32 | 47 |
| Binary | 1001001 | 1100110 | 1111101 | 101010 | 10010 | 0 | 110011 | 11001111 | 11010 | 100111 |
Color Harmonies of #49667D
Complementary color
Monochromatic Colors of #49667D
Black with #49667D
Text Example
Text Example
White with #49667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49667D; }
p { color: rgb(73,102,125); }
H1.HeaderClassName
{
color: #49667D;
}
.AnyTagClassName
{
color: #49667D;
}
</style>
background-color css
<style>
a { background-color: #49667D; }
a { background-color: rgb(73,102,125); }
div.DivClassName
{
background-color: #49667D;
}
.BgClassName
{
background-color: #49667D;
}
</style>
border-color css
<style>
span { border-color: #49667D; }
span { border-color: rgb(73,102,125); }
td.TdClassName
{
border-color: #49667D;
}
.TagClassName
{
border-color: #49667D;
}
</style>