Shades of Wedgewood #4A6586
Tints of Wedgewood #4A6586
RGB
CMYK
RGB Variations
Color information
#4A6586 (or 0x4A6586) is known color: Wedgewood. HEX triplet: 4A, 65 and 86. RGB value is (74,101,134). Sum of RGB (Red+Green+Blue) = 74+101+134=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 134 - color contains mainly: blue. Hex color #4A6586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6586 is #B59A79. Grayscale: #606060. Windows color (decimal): -11901562 or 8807754. OLE color: 8807754.
HSL color Cylindrical-coordinate representation of color #4A6586: hue angle of 213º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A6586 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 101 | 134 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.47 |
| HSL | 213º | 0.29% | 0.41% | - |
| HSV(B) | 213º | 0.45% | 0.53% | - |
| XYZ | 11.78 | 12.48 | 24.34 | - |
| YUV | 96.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 134 | 0.45 | 0.25 | 0 | 0.47 | 213 | 0.29 | 0.41 |
| Hex | 4A | 65 | 86 | 2D | 19 | 0 | 2F | D5 | 1D | 29 |
| Octal | 112 | 145 | 206 | 55 | 31 | 0 | 57 | 325 | 35 | 51 |
| Binary | 1001010 | 1100101 | 10000110 | 101101 | 11001 | 0 | 101111 | 11010101 | 11101 | 101001 |
Color Harmonies of #4A6586
Complementary color
Monochromatic Colors of #4A6586
Black with #4A6586
Text Example
Text Example
White with #4A6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6586; }
p { color: rgb(74,101,134); }
H1.HeaderClassName
{
color: #4A6586;
}
.AnyTagClassName
{
color: #4A6586;
}
</style>
background-color css
<style>
a { background-color: #4A6586; }
a { background-color: rgb(74,101,134); }
div.DivClassName
{
background-color: #4A6586;
}
.BgClassName
{
background-color: #4A6586;
}
</style>
border-color css
<style>
span { border-color: #4A6586; }
span { border-color: rgb(74,101,134); }
td.TdClassName
{
border-color: #4A6586;
}
.TagClassName
{
border-color: #4A6586;
}
</style>