Shades of Wedgewood #4A698D
Tints of Wedgewood #4A698D
RGB
CMYK
RGB Variations
Color information
#4A698D (or 0x4A698D) is known color: Wedgewood. HEX triplet: 4A, 69 and 8D. RGB value is (74,105,141). Sum of RGB (Red+Green+Blue) = 74+105+141=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A698D is #B59672. Grayscale: #636363. Windows color (decimal): -11900531 or 9267530. OLE color: 9267530.
HSL color Cylindrical-coordinate representation of color #4A698D: hue angle of 212.24º 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 #4A698D is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 105 | 141 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.45 |
| HSL | 212.24º | 0.31% | 0.42% | - |
| HSV(B) | 212.24º | 0.48% | 0.55% | - |
| XYZ | 12.68 | 13.48 | 27.13 | - |
| YUV | 99.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 141 | 0.48 | 0.26 | 0 | 0.45 | 212.24 | 0.31 | 0.42 |
| Hex | 4A | 69 | 8D | 30 | 1A | 0 | 2D | D4 | 1F | 2A |
| Octal | 112 | 151 | 215 | 60 | 32 | 0 | 55 | 324 | 37 | 52 |
| Binary | 1001010 | 1101001 | 10001101 | 110000 | 11010 | 0 | 101101 | 11010100 | 11111 | 101010 |
Color Harmonies of #4A698D
Complementary color
Monochromatic Colors of #4A698D
Black with #4A698D
Text Example
Text Example
White with #4A698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A698D; }
p { color: rgb(74,105,141); }
H1.HeaderClassName
{
color: #4A698D;
}
.AnyTagClassName
{
color: #4A698D;
}
</style>
background-color css
<style>
a { background-color: #4A698D; }
a { background-color: rgb(74,105,141); }
div.DivClassName
{
background-color: #4A698D;
}
.BgClassName
{
background-color: #4A698D;
}
</style>
border-color css
<style>
span { border-color: #4A698D; }
span { border-color: rgb(74,105,141); }
td.TdClassName
{
border-color: #4A698D;
}
.TagClassName
{
border-color: #4A698D;
}
</style>