Shades of Wedgewood #4B7289
Tints of Wedgewood #4B7289
RGB
CMYK
RGB Variations
Color information
#4B7289 (or 0x4B7289) is known color: Wedgewood. HEX triplet: 4B, 72 and 89. RGB value is (75,114,137). Sum of RGB (Red+Green+Blue) = 75+114+137=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B7289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7289 is #B48D76. Grayscale: #686868. Windows color (decimal): -11832695 or 9007691. OLE color: 9007691.
HSL color Cylindrical-coordinate representation of color #4B7289: hue angle of 202.26º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B7289 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 114 | 137 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.46 |
| HSL | 202.26º | 0.29% | 0.42% | - |
| HSV(B) | 202.26º | 0.45% | 0.54% | - |
| XYZ | 13.43 | 15.34 | 25.92 | - |
| YUV | 104.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 137 | 0.45 | 0.17 | 0 | 0.46 | 202.26 | 0.29 | 0.42 |
| Hex | 4B | 72 | 89 | 2D | 11 | 0 | 2E | CA | 1D | 2A |
| Octal | 113 | 162 | 211 | 55 | 21 | 0 | 56 | 312 | 35 | 52 |
| Binary | 1001011 | 1110010 | 10001001 | 101101 | 10001 | 0 | 101110 | 11001010 | 11101 | 101010 |
Color Harmonies of #4B7289
Complementary color
Monochromatic Colors of #4B7289
Black with #4B7289
Text Example
Text Example
White with #4B7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7289; }
p { color: rgb(75,114,137); }
H1.HeaderClassName
{
color: #4B7289;
}
.AnyTagClassName
{
color: #4B7289;
}
</style>
background-color css
<style>
a { background-color: #4B7289; }
a { background-color: rgb(75,114,137); }
div.DivClassName
{
background-color: #4B7289;
}
.BgClassName
{
background-color: #4B7289;
}
</style>
border-color css
<style>
span { border-color: #4B7289; }
span { border-color: rgb(75,114,137); }
td.TdClassName
{
border-color: #4B7289;
}
.TagClassName
{
border-color: #4B7289;
}
</style>