Shades of Wedgewood #4F7390
Tints of Wedgewood #4F7390
RGB
CMYK
RGB Variations
Color information
#4F7390 (or 0x4F7390) is known color: Wedgewood. HEX triplet: 4F, 73 and 90. RGB value is (79,115,144). Sum of RGB (Red+Green+Blue) = 79+115+144=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7390 is #B08C6F. Grayscale: #6B6B6B. Windows color (decimal): -11570288 or 9466703. OLE color: 9466703.
HSL color Cylindrical-coordinate representation of color #4F7390: hue angle of 206.77º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F7390 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 115 | 144 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.44 |
| HSL | 206.77º | 0.29% | 0.44% | - |
| HSV(B) | 206.77º | 0.45% | 0.56% | - |
| XYZ | 14.39 | 15.94 | 28.7 | - |
| YUV | 107.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 144 | 0.45 | 0.20 | 0 | 0.44 | 206.77 | 0.29 | 0.44 |
| Hex | 4F | 73 | 90 | 2D | 14 | 0 | 2C | CF | 1D | 2C |
| Octal | 117 | 163 | 220 | 55 | 24 | 0 | 54 | 317 | 35 | 54 |
| Binary | 1001111 | 1110011 | 10010000 | 101101 | 10100 | 0 | 101100 | 11001111 | 11101 | 101100 |
Color Harmonies of #4F7390
Complementary color
Monochromatic Colors of #4F7390
Black with #4F7390
Text Example
Text Example
White with #4F7390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7390; }
p { color: rgb(79,115,144); }
H1.HeaderClassName
{
color: #4F7390;
}
.AnyTagClassName
{
color: #4F7390;
}
</style>
background-color css
<style>
a { background-color: #4F7390; }
a { background-color: rgb(79,115,144); }
div.DivClassName
{
background-color: #4F7390;
}
.BgClassName
{
background-color: #4F7390;
}
</style>
border-color css
<style>
span { border-color: #4F7390; }
span { border-color: rgb(79,115,144); }
td.TdClassName
{
border-color: #4F7390;
}
.TagClassName
{
border-color: #4F7390;
}
</style>