Shades of Wedgewood #4F687B
Tints of Wedgewood #4F687B
RGB
CMYK
RGB Variations
Color information
#4F687B (or 0x4F687B) is known color: Wedgewood. HEX triplet: 4F, 68 and 7B. RGB value is (79,104,123). Sum of RGB (Red+Green+Blue) = 79+104+123=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F687B is #B09784. Grayscale: #626262. Windows color (decimal): -11573125 or 8087631. OLE color: 8087631.
HSL color Cylindrical-coordinate representation of color #4F687B: hue angle of 205.91º 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 #4F687B is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 104 | 123 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.52 |
| HSL | 205.91º | 0.22% | 0.4% | - |
| HSV(B) | 205.91º | 0.36% | 0.48% | - |
| XYZ | 11.75 | 12.99 | 20.63 | - |
| YUV | 98.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 123 | 0.36 | 0.15 | 0 | 0.52 | 205.91 | 0.22 | 0.4 |
| Hex | 4F | 68 | 7B | 24 | F | 0 | 34 | CE | 16 | 28 |
| Octal | 117 | 150 | 173 | 44 | 17 | 0 | 64 | 316 | 26 | 50 |
| Binary | 1001111 | 1101000 | 1111011 | 100100 | 1111 | 0 | 110100 | 11001110 | 10110 | 101000 |
Color Harmonies of #4F687B
Complementary color
Monochromatic Colors of #4F687B
Black with #4F687B
Text Example
Text Example
White with #4F687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F687B; }
p { color: rgb(79,104,123); }
H1.HeaderClassName
{
color: #4F687B;
}
.AnyTagClassName
{
color: #4F687B;
}
</style>
background-color css
<style>
a { background-color: #4F687B; }
a { background-color: rgb(79,104,123); }
div.DivClassName
{
background-color: #4F687B;
}
.BgClassName
{
background-color: #4F687B;
}
</style>
border-color css
<style>
span { border-color: #4F687B; }
span { border-color: rgb(79,104,123); }
td.TdClassName
{
border-color: #4F687B;
}
.TagClassName
{
border-color: #4F687B;
}
</style>