Shades of Wedgewood #4B718B
Tints of Wedgewood #4B718B
RGB
CMYK
RGB Variations
Color information
#4B718B (or 0x4B718B) is known color: Wedgewood. HEX triplet: 4B, 71 and 8B. RGB value is (75,113,139). Sum of RGB (Red+Green+Blue) = 75+113+139=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B718B is #B48E74. Grayscale: #686868. Windows color (decimal): -11832949 or 9138507. OLE color: 9138507.
HSL color Cylindrical-coordinate representation of color #4B718B: hue angle of 204.38º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B718B is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 113 | 139 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.45 |
| HSL | 204.38º | 0.3% | 0.42% | - |
| HSV(B) | 204.38º | 0.46% | 0.55% | - |
| XYZ | 13.47 | 15.17 | 26.64 | - |
| YUV | 104.6 | 147.41 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 139 | 0.46 | 0.19 | 0 | 0.45 | 204.38 | 0.3 | 0.42 |
| Hex | 4B | 71 | 8B | 2E | 13 | 0 | 2D | CC | 1E | 2A |
| Octal | 113 | 161 | 213 | 56 | 23 | 0 | 55 | 314 | 36 | 52 |
| Binary | 1001011 | 1110001 | 10001011 | 101110 | 10011 | 0 | 101101 | 11001100 | 11110 | 101010 |
Color Harmonies of #4B718B
Complementary color
Monochromatic Colors of #4B718B
Black with #4B718B
Text Example
Text Example
White with #4B718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B718B; }
p { color: rgb(75,113,139); }
H1.HeaderClassName
{
color: #4B718B;
}
.AnyTagClassName
{
color: #4B718B;
}
</style>
background-color css
<style>
a { background-color: #4B718B; }
a { background-color: rgb(75,113,139); }
div.DivClassName
{
background-color: #4B718B;
}
.BgClassName
{
background-color: #4B718B;
}
</style>
border-color css
<style>
span { border-color: #4B718B; }
span { border-color: rgb(75,113,139); }
td.TdClassName
{
border-color: #4B718B;
}
.TagClassName
{
border-color: #4B718B;
}
</style>