Shades of Wedgewood #4F7395
Tints of Wedgewood #4F7395
RGB
CMYK
RGB Variations
Color information
#4F7395 (or 0x4F7395) is known color: Wedgewood. HEX triplet: 4F, 73 and 95. RGB value is (79,115,149). Sum of RGB (Red+Green+Blue) = 79+115+149=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F7395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7395 is #B08C6A. Grayscale: #6B6B6B. Windows color (decimal): -11570283 or 9794383. OLE color: 9794383.
HSL color Cylindrical-coordinate representation of color #4F7395: hue angle of 209.14º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F7395 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 115 | 149 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.42 |
| HSL | 209.14º | 0.31% | 0.45% | - |
| HSV(B) | 209.14º | 0.47% | 0.58% | - |
| XYZ | 14.78 | 16.09 | 30.76 | - |
| YUV | 108.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 149 | 0.47 | 0.23 | 0 | 0.42 | 209.14 | 0.31 | 0.45 |
| Hex | 4F | 73 | 95 | 2F | 17 | 0 | 2A | D1 | 1F | 2D |
| Octal | 117 | 163 | 225 | 57 | 27 | 0 | 52 | 321 | 37 | 55 |
| Binary | 1001111 | 1110011 | 10010101 | 101111 | 10111 | 0 | 101010 | 11010001 | 11111 | 101101 |
Color Harmonies of #4F7395
Complementary color
Monochromatic Colors of #4F7395
Black with #4F7395
Text Example
Text Example
White with #4F7395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7395; }
p { color: rgb(79,115,149); }
H1.HeaderClassName
{
color: #4F7395;
}
.AnyTagClassName
{
color: #4F7395;
}
</style>
background-color css
<style>
a { background-color: #4F7395; }
a { background-color: rgb(79,115,149); }
div.DivClassName
{
background-color: #4F7395;
}
.BgClassName
{
background-color: #4F7395;
}
</style>
border-color css
<style>
span { border-color: #4F7395; }
span { border-color: rgb(79,115,149); }
td.TdClassName
{
border-color: #4F7395;
}
.TagClassName
{
border-color: #4F7395;
}
</style>