Shades of Wedgewood #4A6B81
Tints of Wedgewood #4A6B81
RGB
CMYK
RGB Variations
Color information
#4A6B81 (or 0x4A6B81) is known color: Wedgewood. HEX triplet: 4A, 6B and 81. RGB value is (74,107,129). Sum of RGB (Red+Green+Blue) = 74+107+129=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #4A6B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6B81 is #B5947E. Grayscale: #636363. Windows color (decimal): -11900031 or 8481610. OLE color: 8481610.
HSL color Cylindrical-coordinate representation of color #4A6B81: hue angle of 204º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A6B81 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 107 | 129 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.49 |
| HSL | 204º | 0.27% | 0.4% | - |
| HSV(B) | 204º | 0.43% | 0.51% | - |
| XYZ | 12.04 | 13.56 | 22.75 | - |
| YUV | 99.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 129 | 0.43 | 0.17 | 0 | 0.49 | 204 | 0.27 | 0.4 |
| Hex | 4A | 6B | 81 | 2B | 11 | 0 | 31 | CC | 1B | 28 |
| Octal | 112 | 153 | 201 | 53 | 21 | 0 | 61 | 314 | 33 | 50 |
| Binary | 1001010 | 1101011 | 10000001 | 101011 | 10001 | 0 | 110001 | 11001100 | 11011 | 101000 |
Color Harmonies of #4A6B81
Complementary color
Monochromatic Colors of #4A6B81
Black with #4A6B81
Text Example
Text Example
White with #4A6B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6B81; }
p { color: rgb(74,107,129); }
H1.HeaderClassName
{
color: #4A6B81;
}
.AnyTagClassName
{
color: #4A6B81;
}
</style>
background-color css
<style>
a { background-color: #4A6B81; }
a { background-color: rgb(74,107,129); }
div.DivClassName
{
background-color: #4A6B81;
}
.BgClassName
{
background-color: #4A6B81;
}
</style>
border-color css
<style>
span { border-color: #4A6B81; }
span { border-color: rgb(74,107,129); }
td.TdClassName
{
border-color: #4A6B81;
}
.TagClassName
{
border-color: #4A6B81;
}
</style>