Shades of Wedgewood #4B7290
Tints of Wedgewood #4B7290
RGB
CMYK
RGB Variations
Color information
#4B7290 (or 0x4B7290) is known color: Wedgewood. HEX triplet: 4B, 72 and 90. RGB value is (75,114,144). Sum of RGB (Red+Green+Blue) = 75+114+144=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B7290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7290 is #B48D6F. Grayscale: #696969. Windows color (decimal): -11832688 or 9466443. OLE color: 9466443.
HSL color Cylindrical-coordinate representation of color #4B7290: hue angle of 206.09º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B7290 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 114 | 144 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.44 |
| HSL | 206.09º | 0.32% | 0.43% | - |
| HSV(B) | 206.09º | 0.48% | 0.56% | - |
| XYZ | 13.95 | 15.54 | 28.65 | - |
| YUV | 105.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 144 | 0.48 | 0.21 | 0 | 0.44 | 206.09 | 0.32 | 0.43 |
| Hex | 4B | 72 | 90 | 30 | 15 | 0 | 2C | CE | 20 | 2B |
| Octal | 113 | 162 | 220 | 60 | 25 | 0 | 54 | 316 | 40 | 53 |
| Binary | 1001011 | 1110010 | 10010000 | 110000 | 10101 | 0 | 101100 | 11001110 | 100000 | 101011 |
Color Harmonies of #4B7290
Complementary color
Monochromatic Colors of #4B7290
Black with #4B7290
Text Example
Text Example
White with #4B7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7290; }
p { color: rgb(75,114,144); }
H1.HeaderClassName
{
color: #4B7290;
}
.AnyTagClassName
{
color: #4B7290;
}
</style>
background-color css
<style>
a { background-color: #4B7290; }
a { background-color: rgb(75,114,144); }
div.DivClassName
{
background-color: #4B7290;
}
.BgClassName
{
background-color: #4B7290;
}
</style>
border-color css
<style>
span { border-color: #4B7290; }
span { border-color: rgb(75,114,144); }
td.TdClassName
{
border-color: #4B7290;
}
.TagClassName
{
border-color: #4B7290;
}
</style>