Shades of Grape #4A484E
Tints of Grape #4A484E
RGB
CMYK
RGB Variations
Color information
#4A484E (or 0x4A484E) is known color: Grape. HEX triplet: 4A, 48 and 4E. RGB value is (74,72,78). Sum of RGB (Red+Green+Blue) = 74+72+78=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A484E is #B5B7B1. Grayscale: #494949. Windows color (decimal): -11909042 or 5130314. OLE color: 5130314.
HSL color Cylindrical-coordinate representation of color #4A484E: hue angle of 260º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4A484E is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 72 | 78 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.69 |
| HSL | 260º | 0.04% | 0.29% | - |
| HSV(B) | 260º | 0.08% | 0.31% | - |
| XYZ | 6.52 | 6.64 | 8.15 | - |
| YUV | 73.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 72 | 78 | 0.05 | 0.08 | 0 | 0.69 | 260 | 0.04 | 0.29 |
| Hex | 4A | 48 | 4E | 5 | 8 | 0 | 45 | 104 | 4 | 1D |
| Octal | 112 | 110 | 116 | 5 | 10 | 0 | 105 | 404 | 4 | 35 |
| Binary | 1001010 | 1001000 | 1001110 | 101 | 1000 | 0 | 1000101 | 100000100 | 100 | 11101 |
Color Harmonies of #4A484E
Complementary color
Monochromatic Colors of #4A484E
Black with #4A484E
Text Example
Text Example
White with #4A484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A484E; }
p { color: rgb(74,72,78); }
H1.HeaderClassName
{
color: #4A484E;
}
.AnyTagClassName
{
color: #4A484E;
}
</style>
background-color css
<style>
a { background-color: #4A484E; }
a { background-color: rgb(74,72,78); }
div.DivClassName
{
background-color: #4A484E;
}
.BgClassName
{
background-color: #4A484E;
}
</style>
border-color css
<style>
span { border-color: #4A484E; }
span { border-color: rgb(74,72,78); }
td.TdClassName
{
border-color: #4A484E;
}
.TagClassName
{
border-color: #4A484E;
}
</style>