Shades of Wedgewood #4D667B
Tints of Wedgewood #4D667B
RGB
CMYK
RGB Variations
Color information
#4D667B (or 0x4D667B) is known color: Wedgewood. HEX triplet: 4D, 66 and 7B. RGB value is (77,102,123). Sum of RGB (Red+Green+Blue) = 77+102+123=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D667B is #B29984. Grayscale: #606060. Windows color (decimal): -11704709 or 8087117. OLE color: 8087117.
HSL color Cylindrical-coordinate representation of color #4D667B: hue angle of 207.39º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D667B is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 102 | 123 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.52 |
| HSL | 207.39º | 0.23% | 0.39% | - |
| HSV(B) | 207.39º | 0.37% | 0.48% | - |
| XYZ | 11.39 | 12.51 | 20.55 | - |
| YUV | 96.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 123 | 0.37 | 0.17 | 0 | 0.52 | 207.39 | 0.23 | 0.39 |
| Hex | 4D | 66 | 7B | 25 | 11 | 0 | 34 | CF | 17 | 27 |
| Octal | 115 | 146 | 173 | 45 | 21 | 0 | 64 | 317 | 27 | 47 |
| Binary | 1001101 | 1100110 | 1111011 | 100101 | 10001 | 0 | 110100 | 11001111 | 10111 | 100111 |
Color Harmonies of #4D667B
Complementary color
Monochromatic Colors of #4D667B
Black with #4D667B
Text Example
Text Example
White with #4D667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D667B; }
p { color: rgb(77,102,123); }
H1.HeaderClassName
{
color: #4D667B;
}
.AnyTagClassName
{
color: #4D667B;
}
</style>
background-color css
<style>
a { background-color: #4D667B; }
a { background-color: rgb(77,102,123); }
div.DivClassName
{
background-color: #4D667B;
}
.BgClassName
{
background-color: #4D667B;
}
</style>
border-color css
<style>
span { border-color: #4D667B; }
span { border-color: rgb(77,102,123); }
td.TdClassName
{
border-color: #4D667B;
}
.TagClassName
{
border-color: #4D667B;
}
</style>