Shades of Wedgewood #4B6385
Tints of Wedgewood #4B6385
RGB
CMYK
RGB Variations
Color information
#4B6385 (or 0x4B6385) is known color: Wedgewood. HEX triplet: 4B, 63 and 85. RGB value is (75,99,133). Sum of RGB (Red+Green+Blue) = 75+99+133=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B6385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6385 is #B49C7A. Grayscale: #5F5F5F. Windows color (decimal): -11836539 or 8741707. OLE color: 8741707.
HSL color Cylindrical-coordinate representation of color #4B6385: hue angle of 215.17º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B6385 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 99 | 133 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.48 |
| HSL | 215.17º | 0.28% | 0.41% | - |
| HSV(B) | 215.17º | 0.44% | 0.52% | - |
| XYZ | 11.6 | 12.11 | 23.92 | - |
| YUV | 95.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 133 | 0.44 | 0.26 | 0 | 0.48 | 215.17 | 0.28 | 0.41 |
| Hex | 4B | 63 | 85 | 2C | 1A | 0 | 30 | D7 | 1C | 29 |
| Octal | 113 | 143 | 205 | 54 | 32 | 0 | 60 | 327 | 34 | 51 |
| Binary | 1001011 | 1100011 | 10000101 | 101100 | 11010 | 0 | 110000 | 11010111 | 11100 | 101001 |
Color Harmonies of #4B6385
Complementary color
Monochromatic Colors of #4B6385
Black with #4B6385
Text Example
Text Example
White with #4B6385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6385; }
p { color: rgb(75,99,133); }
H1.HeaderClassName
{
color: #4B6385;
}
.AnyTagClassName
{
color: #4B6385;
}
</style>
background-color css
<style>
a { background-color: #4B6385; }
a { background-color: rgb(75,99,133); }
div.DivClassName
{
background-color: #4B6385;
}
.BgClassName
{
background-color: #4B6385;
}
</style>
border-color css
<style>
span { border-color: #4B6385; }
span { border-color: rgb(75,99,133); }
td.TdClassName
{
border-color: #4B6385;
}
.TagClassName
{
border-color: #4B6385;
}
</style>