Shades of Wedgewood #4F738F
Tints of Wedgewood #4F738F
RGB
CMYK
RGB Variations
Color information
#4F738F (or 0x4F738F) is known color: Wedgewood. HEX triplet: 4F, 73 and 8F. RGB value is (79,115,143). Sum of RGB (Red+Green+Blue) = 79+115+143=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F738F is #B08C70. Grayscale: #6B6B6B. Windows color (decimal): -11570289 or 9401167. OLE color: 9401167.
HSL color Cylindrical-coordinate representation of color #4F738F: hue angle of 206.25º 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 #4F738F is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 115 | 143 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.44 |
| HSL | 206.25º | 0.29% | 0.44% | - |
| HSV(B) | 206.25º | 0.45% | 0.56% | - |
| XYZ | 14.31 | 15.91 | 28.3 | - |
| YUV | 107.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 143 | 0.45 | 0.20 | 0 | 0.44 | 206.25 | 0.29 | 0.44 |
| Hex | 4F | 73 | 8F | 2D | 14 | 0 | 2C | CE | 1D | 2C |
| Octal | 117 | 163 | 217 | 55 | 24 | 0 | 54 | 316 | 35 | 54 |
| Binary | 1001111 | 1110011 | 10001111 | 101101 | 10100 | 0 | 101100 | 11001110 | 11101 | 101100 |
Color Harmonies of #4F738F
Complementary color
Monochromatic Colors of #4F738F
Black with #4F738F
Text Example
Text Example
White with #4F738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F738F; }
p { color: rgb(79,115,143); }
H1.HeaderClassName
{
color: #4F738F;
}
.AnyTagClassName
{
color: #4F738F;
}
</style>
background-color css
<style>
a { background-color: #4F738F; }
a { background-color: rgb(79,115,143); }
div.DivClassName
{
background-color: #4F738F;
}
.BgClassName
{
background-color: #4F738F;
}
</style>
border-color css
<style>
span { border-color: #4F738F; }
span { border-color: rgb(79,115,143); }
td.TdClassName
{
border-color: #4F738F;
}
.TagClassName
{
border-color: #4F738F;
}
</style>