Shades of Wedgewood #4F657A
Tints of Wedgewood #4F657A
RGB
CMYK
RGB Variations
Color information
#4F657A (or 0x4F657A) is known color: Wedgewood. HEX triplet: 4F, 65 and 7A. RGB value is (79,101,122). Sum of RGB (Red+Green+Blue) = 79+101+122=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F657A is #B09A85. Grayscale: #606060. Windows color (decimal): -11573894 or 8021327. OLE color: 8021327.
HSL color Cylindrical-coordinate representation of color #4F657A: hue angle of 209.3º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F657A is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 101 | 122 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.52 |
| HSL | 209.3º | 0.21% | 0.39% | - |
| HSV(B) | 209.3º | 0.35% | 0.48% | - |
| XYZ | 11.39 | 12.37 | 20.2 | - |
| YUV | 96.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 122 | 0.35 | 0.17 | 0 | 0.52 | 209.3 | 0.21 | 0.39 |
| Hex | 4F | 65 | 7A | 23 | 11 | 0 | 34 | D1 | 15 | 27 |
| Octal | 117 | 145 | 172 | 43 | 21 | 0 | 64 | 321 | 25 | 47 |
| Binary | 1001111 | 1100101 | 1111010 | 100011 | 10001 | 0 | 110100 | 11010001 | 10101 | 100111 |
Color Harmonies of #4F657A
Complementary color
Monochromatic Colors of #4F657A
Black with #4F657A
Text Example
Text Example
White with #4F657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F657A; }
p { color: rgb(79,101,122); }
H1.HeaderClassName
{
color: #4F657A;
}
.AnyTagClassName
{
color: #4F657A;
}
</style>
background-color css
<style>
a { background-color: #4F657A; }
a { background-color: rgb(79,101,122); }
div.DivClassName
{
background-color: #4F657A;
}
.BgClassName
{
background-color: #4F657A;
}
</style>
border-color css
<style>
span { border-color: #4F657A; }
span { border-color: rgb(79,101,122); }
td.TdClassName
{
border-color: #4F657A;
}
.TagClassName
{
border-color: #4F657A;
}
</style>