Shades of Wedgewood #4A6384
Tints of Wedgewood #4A6384
RGB
CMYK
RGB Variations
Color information
#4A6384 (or 0x4A6384) is known color: Wedgewood. HEX triplet: 4A, 63 and 84. RGB value is (74,99,132). Sum of RGB (Red+Green+Blue) = 74+99+132=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A6384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6384 is #B59C7B. Grayscale: #5F5F5F. Windows color (decimal): -11902076 or 8676170. OLE color: 8676170.
HSL color Cylindrical-coordinate representation of color #4A6384: hue angle of 214.14º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A6384 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 99 | 132 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.48 |
| HSL | 214.14º | 0.28% | 0.4% | - |
| HSV(B) | 214.14º | 0.44% | 0.52% | - |
| XYZ | 11.45 | 12.05 | 23.55 | - |
| YUV | 95.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 132 | 0.44 | 0.25 | 0 | 0.48 | 214.14 | 0.28 | 0.4 |
| Hex | 4A | 63 | 84 | 2C | 19 | 0 | 30 | D6 | 1C | 28 |
| Octal | 112 | 143 | 204 | 54 | 31 | 0 | 60 | 326 | 34 | 50 |
| Binary | 1001010 | 1100011 | 10000100 | 101100 | 11001 | 0 | 110000 | 11010110 | 11100 | 101000 |
Color Harmonies of #4A6384
Complementary color
Monochromatic Colors of #4A6384
Black with #4A6384
Text Example
Text Example
White with #4A6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6384; }
p { color: rgb(74,99,132); }
H1.HeaderClassName
{
color: #4A6384;
}
.AnyTagClassName
{
color: #4A6384;
}
</style>
background-color css
<style>
a { background-color: #4A6384; }
a { background-color: rgb(74,99,132); }
div.DivClassName
{
background-color: #4A6384;
}
.BgClassName
{
background-color: #4A6384;
}
</style>
border-color css
<style>
span { border-color: #4A6384; }
span { border-color: rgb(74,99,132); }
td.TdClassName
{
border-color: #4A6384;
}
.TagClassName
{
border-color: #4A6384;
}
</style>