Shades of Wedgewood #4F6B85
Tints of Wedgewood #4F6B85
RGB
CMYK
RGB Variations
Color information
#4F6B85 (or 0x4F6B85) is known color: Wedgewood. HEX triplet: 4F, 6B and 85. RGB value is (79,107,133). Sum of RGB (Red+Green+Blue) = 79+107+133=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F6B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6B85 is #B0947A. Grayscale: #656565. Windows color (decimal): -11572347 or 8743759. OLE color: 8743759.
HSL color Cylindrical-coordinate representation of color #4F6B85: hue angle of 208.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F6B85 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 107 | 133 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.48 |
| HSL | 208.89º | 0.25% | 0.42% | - |
| HSV(B) | 208.89º | 0.41% | 0.52% | - |
| XYZ | 12.72 | 13.87 | 24.2 | - |
| YUV | 101.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 107 | 133 | 0.41 | 0.20 | 0 | 0.48 | 208.89 | 0.25 | 0.42 |
| Hex | 4F | 6B | 85 | 29 | 14 | 0 | 30 | D1 | 19 | 2A |
| Octal | 117 | 153 | 205 | 51 | 24 | 0 | 60 | 321 | 31 | 52 |
| Binary | 1001111 | 1101011 | 10000101 | 101001 | 10100 | 0 | 110000 | 11010001 | 11001 | 101010 |
Color Harmonies of #4F6B85
Complementary color
Monochromatic Colors of #4F6B85
Black with #4F6B85
Text Example
Text Example
White with #4F6B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6B85; }
p { color: rgb(79,107,133); }
H1.HeaderClassName
{
color: #4F6B85;
}
.AnyTagClassName
{
color: #4F6B85;
}
</style>
background-color css
<style>
a { background-color: #4F6B85; }
a { background-color: rgb(79,107,133); }
div.DivClassName
{
background-color: #4F6B85;
}
.BgClassName
{
background-color: #4F6B85;
}
</style>
border-color css
<style>
span { border-color: #4F6B85; }
span { border-color: rgb(79,107,133); }
td.TdClassName
{
border-color: #4F6B85;
}
.TagClassName
{
border-color: #4F6B85;
}
</style>