Shades of Wedgewood #4A668B
Tints of Wedgewood #4A668B
RGB
CMYK
RGB Variations
Color information
#4A668B (or 0x4A668B) is known color: Wedgewood. HEX triplet: 4A, 66 and 8B. RGB value is (74,102,139). Sum of RGB (Red+Green+Blue) = 74+102+139=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A668B is #B59974. Grayscale: #616161. Windows color (decimal): -11901301 or 9135690. OLE color: 9135690.
HSL color Cylindrical-coordinate representation of color #4A668B: hue angle of 214.15º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A668B is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 102 | 139 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.45 |
| HSL | 214.15º | 0.31% | 0.42% | - |
| HSV(B) | 214.15º | 0.47% | 0.55% | - |
| XYZ | 12.24 | 12.82 | 26.26 | - |
| YUV | 97.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 139 | 0.47 | 0.27 | 0 | 0.45 | 214.15 | 0.31 | 0.42 |
| Hex | 4A | 66 | 8B | 2F | 1B | 0 | 2D | D6 | 1F | 2A |
| Octal | 112 | 146 | 213 | 57 | 33 | 0 | 55 | 326 | 37 | 52 |
| Binary | 1001010 | 1100110 | 10001011 | 101111 | 11011 | 0 | 101101 | 11010110 | 11111 | 101010 |
Color Harmonies of #4A668B
Complementary color
Monochromatic Colors of #4A668B
Black with #4A668B
Text Example
Text Example
White with #4A668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A668B; }
p { color: rgb(74,102,139); }
H1.HeaderClassName
{
color: #4A668B;
}
.AnyTagClassName
{
color: #4A668B;
}
</style>
background-color css
<style>
a { background-color: #4A668B; }
a { background-color: rgb(74,102,139); }
div.DivClassName
{
background-color: #4A668B;
}
.BgClassName
{
background-color: #4A668B;
}
</style>
border-color css
<style>
span { border-color: #4A668B; }
span { border-color: rgb(74,102,139); }
td.TdClassName
{
border-color: #4A668B;
}
.TagClassName
{
border-color: #4A668B;
}
</style>