Shades of Wedgewood #4A698B
Tints of Wedgewood #4A698B
RGB
CMYK
RGB Variations
Color information
#4A698B (or 0x4A698B) is known color: Wedgewood. HEX triplet: 4A, 69 and 8B. RGB value is (74,105,139). Sum of RGB (Red+Green+Blue) = 74+105+139=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A698B is #B59674. Grayscale: #636363. Windows color (decimal): -11900533 or 9136458. OLE color: 9136458.
HSL color Cylindrical-coordinate representation of color #4A698B: hue angle of 211.38º 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 #4A698B is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 105 | 139 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.45 |
| HSL | 211.38º | 0.31% | 0.42% | - |
| HSV(B) | 211.38º | 0.47% | 0.55% | - |
| XYZ | 12.54 | 13.42 | 26.36 | - |
| YUV | 99.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 139 | 0.47 | 0.24 | 0 | 0.45 | 211.38 | 0.31 | 0.42 |
| Hex | 4A | 69 | 8B | 2F | 18 | 0 | 2D | D3 | 1F | 2A |
| Octal | 112 | 151 | 213 | 57 | 30 | 0 | 55 | 323 | 37 | 52 |
| Binary | 1001010 | 1101001 | 10001011 | 101111 | 11000 | 0 | 101101 | 11010011 | 11111 | 101010 |
Color Harmonies of #4A698B
Complementary color
Monochromatic Colors of #4A698B
Black with #4A698B
Text Example
Text Example
White with #4A698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A698B; }
p { color: rgb(74,105,139); }
H1.HeaderClassName
{
color: #4A698B;
}
.AnyTagClassName
{
color: #4A698B;
}
</style>
background-color css
<style>
a { background-color: #4A698B; }
a { background-color: rgb(74,105,139); }
div.DivClassName
{
background-color: #4A698B;
}
.BgClassName
{
background-color: #4A698B;
}
</style>
border-color css
<style>
span { border-color: #4A698B; }
span { border-color: rgb(74,105,139); }
td.TdClassName
{
border-color: #4A698B;
}
.TagClassName
{
border-color: #4A698B;
}
</style>