Shades of Wedgewood #47657D
Tints of Wedgewood #47657D
RGB
CMYK
RGB Variations
Color information
#47657D (or 0x47657D) is known color: Wedgewood. HEX triplet: 47, 65 and 7D. RGB value is (71,101,125). Sum of RGB (Red+Green+Blue) = 71+101+125=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #47657D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47657D is #B89A82. Grayscale: #5E5E5E. Windows color (decimal): -12098179 or 8217927. OLE color: 8217927.
HSL color Cylindrical-coordinate representation of color #47657D: hue angle of 206.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47657D is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 101 | 125 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.51 |
| HSL | 206.67º | 0.28% | 0.38% | - |
| HSV(B) | 206.67º | 0.43% | 0.49% | - |
| XYZ | 10.95 | 12.13 | 21.17 | - |
| YUV | 94.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 125 | 0.43 | 0.19 | 0 | 0.51 | 206.67 | 0.28 | 0.38 |
| Hex | 47 | 65 | 7D | 2B | 13 | 0 | 33 | CF | 1C | 26 |
| Octal | 107 | 145 | 175 | 53 | 23 | 0 | 63 | 317 | 34 | 46 |
| Binary | 1000111 | 1100101 | 1111101 | 101011 | 10011 | 0 | 110011 | 11001111 | 11100 | 100110 |
Color Harmonies of #47657D
Complementary color
Monochromatic Colors of #47657D
Black with #47657D
Text Example
Text Example
White with #47657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47657D; }
p { color: rgb(71,101,125); }
H1.HeaderClassName
{
color: #47657D;
}
.AnyTagClassName
{
color: #47657D;
}
</style>
background-color css
<style>
a { background-color: #47657D; }
a { background-color: rgb(71,101,125); }
div.DivClassName
{
background-color: #47657D;
}
.BgClassName
{
background-color: #47657D;
}
</style>
border-color css
<style>
span { border-color: #47657D; }
span { border-color: rgb(71,101,125); }
td.TdClassName
{
border-color: #47657D;
}
.TagClassName
{
border-color: #47657D;
}
</style>