Shades of Wedgewood #4B6379
Tints of Wedgewood #4B6379
RGB
CMYK
RGB Variations
Color information
#4B6379 (or 0x4B6379) is known color: Wedgewood. HEX triplet: 4B, 63 and 79. RGB value is (75,99,121). Sum of RGB (Red+Green+Blue) = 75+99+121=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B6379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6379 is #B49C86. Grayscale: #5E5E5E. Windows color (decimal): -11836551 or 7955275. OLE color: 7955275.
HSL color Cylindrical-coordinate representation of color #4B6379: hue angle of 208.7º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B6379 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 99 | 121 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.53 |
| HSL | 208.7º | 0.23% | 0.38% | - |
| HSV(B) | 208.7º | 0.38% | 0.47% | - |
| XYZ | 10.81 | 11.8 | 19.8 | - |
| YUV | 94.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 121 | 0.38 | 0.18 | 0 | 0.53 | 208.7 | 0.23 | 0.38 |
| Hex | 4B | 63 | 79 | 26 | 12 | 0 | 35 | D1 | 17 | 26 |
| Octal | 113 | 143 | 171 | 46 | 22 | 0 | 65 | 321 | 27 | 46 |
| Binary | 1001011 | 1100011 | 1111001 | 100110 | 10010 | 0 | 110101 | 11010001 | 10111 | 100110 |
Color Harmonies of #4B6379
Complementary color
Monochromatic Colors of #4B6379
Black with #4B6379
Text Example
Text Example
White with #4B6379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6379; }
p { color: rgb(75,99,121); }
H1.HeaderClassName
{
color: #4B6379;
}
.AnyTagClassName
{
color: #4B6379;
}
</style>
background-color css
<style>
a { background-color: #4B6379; }
a { background-color: rgb(75,99,121); }
div.DivClassName
{
background-color: #4B6379;
}
.BgClassName
{
background-color: #4B6379;
}
</style>
border-color css
<style>
span { border-color: #4B6379; }
span { border-color: rgb(75,99,121); }
td.TdClassName
{
border-color: #4B6379;
}
.TagClassName
{
border-color: #4B6379;
}
</style>