Shades of Wedgewood #4A657E
Tints of Wedgewood #4A657E
RGB
CMYK
RGB Variations
Color information
#4A657E (or 0x4A657E) is known color: Wedgewood. HEX triplet: 4A, 65 and 7E. RGB value is (74,101,126). Sum of RGB (Red+Green+Blue) = 74+101+126=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A657E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A657E is #B59A81. Grayscale: #5F5F5F. Windows color (decimal): -11901570 or 8283466. OLE color: 8283466.
HSL color Cylindrical-coordinate representation of color #4A657E: hue angle of 208.85º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A657E is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 101 | 126 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.51 |
| HSL | 208.85º | 0.26% | 0.39% | - |
| HSV(B) | 208.85º | 0.41% | 0.49% | - |
| XYZ | 11.24 | 12.27 | 21.51 | - |
| YUV | 95.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 126 | 0.41 | 0.20 | 0 | 0.51 | 208.85 | 0.26 | 0.39 |
| Hex | 4A | 65 | 7E | 29 | 14 | 0 | 33 | D1 | 1A | 27 |
| Octal | 112 | 145 | 176 | 51 | 24 | 0 | 63 | 321 | 32 | 47 |
| Binary | 1001010 | 1100101 | 1111110 | 101001 | 10100 | 0 | 110011 | 11010001 | 11010 | 100111 |
Color Harmonies of #4A657E
Complementary color
Monochromatic Colors of #4A657E
Black with #4A657E
Text Example
Text Example
White with #4A657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A657E; }
p { color: rgb(74,101,126); }
H1.HeaderClassName
{
color: #4A657E;
}
.AnyTagClassName
{
color: #4A657E;
}
</style>
background-color css
<style>
a { background-color: #4A657E; }
a { background-color: rgb(74,101,126); }
div.DivClassName
{
background-color: #4A657E;
}
.BgClassName
{
background-color: #4A657E;
}
</style>
border-color css
<style>
span { border-color: #4A657E; }
span { border-color: rgb(74,101,126); }
td.TdClassName
{
border-color: #4A657E;
}
.TagClassName
{
border-color: #4A657E;
}
</style>