Shades of Wedgewood #4A688D
Tints of Wedgewood #4A688D
RGB
CMYK
RGB Variations
Color information
#4A688D (or 0x4A688D) is known color: Wedgewood. HEX triplet: 4A, 68 and 8D. RGB value is (74,104,141). Sum of RGB (Red+Green+Blue) = 74+104+141=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A688D is #B59772. Grayscale: #636363. Windows color (decimal): -11900787 or 9267274. OLE color: 9267274.
HSL color Cylindrical-coordinate representation of color #4A688D: hue angle of 213.13º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A688D is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 104 | 141 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.45 |
| HSL | 213.13º | 0.31% | 0.42% | - |
| HSV(B) | 213.13º | 0.48% | 0.55% | - |
| XYZ | 12.58 | 13.28 | 27.1 | - |
| YUV | 99.25 | 151.56 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 141 | 0.48 | 0.26 | 0 | 0.45 | 213.13 | 0.31 | 0.42 |
| Hex | 4A | 68 | 8D | 30 | 1A | 0 | 2D | D5 | 1F | 2A |
| Octal | 112 | 150 | 215 | 60 | 32 | 0 | 55 | 325 | 37 | 52 |
| Binary | 1001010 | 1101000 | 10001101 | 110000 | 11010 | 0 | 101101 | 11010101 | 11111 | 101010 |
Color Harmonies of #4A688D
Complementary color
Monochromatic Colors of #4A688D
Black with #4A688D
Text Example
Text Example
White with #4A688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A688D; }
p { color: rgb(74,104,141); }
H1.HeaderClassName
{
color: #4A688D;
}
.AnyTagClassName
{
color: #4A688D;
}
</style>
background-color css
<style>
a { background-color: #4A688D; }
a { background-color: rgb(74,104,141); }
div.DivClassName
{
background-color: #4A688D;
}
.BgClassName
{
background-color: #4A688D;
}
</style>
border-color css
<style>
span { border-color: #4A688D; }
span { border-color: rgb(74,104,141); }
td.TdClassName
{
border-color: #4A688D;
}
.TagClassName
{
border-color: #4A688D;
}
</style>