Shades of Wedgewood #4F647B
Tints of Wedgewood #4F647B
RGB
CMYK
RGB Variations
Color information
#4F647B (or 0x4F647B) is known color: Wedgewood. HEX triplet: 4F, 64 and 7B. RGB value is (79,100,123). Sum of RGB (Red+Green+Blue) = 79+100+123=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 100 (39.45% from 255 or 33.11% 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 #4F647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F647B is #B09B84. Grayscale: #606060. Windows color (decimal): -11574149 or 8086607. OLE color: 8086607.
HSL color Cylindrical-coordinate representation of color #4F647B: hue angle of 211.36º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F647B is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 100 | 123 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.52 |
| HSL | 211.36º | 0.22% | 0.4% | - |
| HSV(B) | 211.36º | 0.36% | 0.48% | - |
| XYZ | 11.36 | 12.21 | 20.5 | - |
| YUV | 96.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 123 | 0.36 | 0.19 | 0 | 0.52 | 211.36 | 0.22 | 0.4 |
| Hex | 4F | 64 | 7B | 24 | 13 | 0 | 34 | D3 | 16 | 28 |
| Octal | 117 | 144 | 173 | 44 | 23 | 0 | 64 | 323 | 26 | 50 |
| Binary | 1001111 | 1100100 | 1111011 | 100100 | 10011 | 0 | 110100 | 11010011 | 10110 | 101000 |
Color Harmonies of #4F647B
Complementary color
Monochromatic Colors of #4F647B
Black with #4F647B
Text Example
Text Example
White with #4F647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F647B; }
p { color: rgb(79,100,123); }
H1.HeaderClassName
{
color: #4F647B;
}
.AnyTagClassName
{
color: #4F647B;
}
</style>
background-color css
<style>
a { background-color: #4F647B; }
a { background-color: rgb(79,100,123); }
div.DivClassName
{
background-color: #4F647B;
}
.BgClassName
{
background-color: #4F647B;
}
</style>
border-color css
<style>
span { border-color: #4F647B; }
span { border-color: rgb(79,100,123); }
td.TdClassName
{
border-color: #4F647B;
}
.TagClassName
{
border-color: #4F647B;
}
</style>