Shades of Wedgewood #4B7293
Tints of Wedgewood #4B7293
RGB
CMYK
RGB Variations
Color information
#4B7293 (or 0x4B7293) is known color: Wedgewood. HEX triplet: 4B, 72 and 93. RGB value is (75,114,147). Sum of RGB (Red+Green+Blue) = 75+114+147=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B7293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7293 is #B48D6C. Grayscale: #696969. Windows color (decimal): -11832685 or 9663051. OLE color: 9663051.
HSL color Cylindrical-coordinate representation of color #4B7293: hue angle of 207.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B7293 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 114 | 147 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.42 |
| HSL | 207.5º | 0.32% | 0.44% | - |
| HSV(B) | 207.5º | 0.49% | 0.58% | - |
| XYZ | 14.19 | 15.64 | 29.87 | - |
| YUV | 106.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 147 | 0.49 | 0.22 | 0 | 0.42 | 207.5 | 0.32 | 0.44 |
| Hex | 4B | 72 | 93 | 31 | 16 | 0 | 2A | D0 | 20 | 2C |
| Octal | 113 | 162 | 223 | 61 | 26 | 0 | 52 | 320 | 40 | 54 |
| Binary | 1001011 | 1110010 | 10010011 | 110001 | 10110 | 0 | 101010 | 11010000 | 100000 | 101100 |
Color Harmonies of #4B7293
Complementary color
Monochromatic Colors of #4B7293
Black with #4B7293
Text Example
Text Example
White with #4B7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7293; }
p { color: rgb(75,114,147); }
H1.HeaderClassName
{
color: #4B7293;
}
.AnyTagClassName
{
color: #4B7293;
}
</style>
background-color css
<style>
a { background-color: #4B7293; }
a { background-color: rgb(75,114,147); }
div.DivClassName
{
background-color: #4B7293;
}
.BgClassName
{
background-color: #4B7293;
}
</style>
border-color css
<style>
span { border-color: #4B7293; }
span { border-color: rgb(75,114,147); }
td.TdClassName
{
border-color: #4B7293;
}
.TagClassName
{
border-color: #4B7293;
}
</style>