Shades of Wedgewood #4B738E
Tints of Wedgewood #4B738E
RGB
CMYK
RGB Variations
Color information
#4B738E (or 0x4B738E) is known color: Wedgewood. HEX triplet: 4B, 73 and 8E. RGB value is (75,115,142). Sum of RGB (Red+Green+Blue) = 75+115+142=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B738E is #B48C71. Grayscale: #696969. Windows color (decimal): -11832434 or 9335627. OLE color: 9335627.
HSL color Cylindrical-coordinate representation of color #4B738E: hue angle of 204.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B738E is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 115 | 142 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.44 |
| HSL | 204.18º | 0.31% | 0.43% | - |
| HSV(B) | 204.18º | 0.47% | 0.56% | - |
| XYZ | 13.91 | 15.71 | 27.89 | - |
| YUV | 106.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 142 | 0.47 | 0.19 | 0 | 0.44 | 204.18 | 0.31 | 0.43 |
| Hex | 4B | 73 | 8E | 2F | 13 | 0 | 2C | CC | 1F | 2B |
| Octal | 113 | 163 | 216 | 57 | 23 | 0 | 54 | 314 | 37 | 53 |
| Binary | 1001011 | 1110011 | 10001110 | 101111 | 10011 | 0 | 101100 | 11001100 | 11111 | 101011 |
Color Harmonies of #4B738E
Complementary color
Monochromatic Colors of #4B738E
Black with #4B738E
Text Example
Text Example
White with #4B738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B738E; }
p { color: rgb(75,115,142); }
H1.HeaderClassName
{
color: #4B738E;
}
.AnyTagClassName
{
color: #4B738E;
}
</style>
background-color css
<style>
a { background-color: #4B738E; }
a { background-color: rgb(75,115,142); }
div.DivClassName
{
background-color: #4B738E;
}
.BgClassName
{
background-color: #4B738E;
}
</style>
border-color css
<style>
span { border-color: #4B738E; }
span { border-color: rgb(75,115,142); }
td.TdClassName
{
border-color: #4B738E;
}
.TagClassName
{
border-color: #4B738E;
}
</style>