Shades of Grape #4A4751
Tints of Grape #4A4751
RGB
CMYK
RGB Variations
Color information
#4A4751 (or 0x4A4751) is known color: Grape. HEX triplet: 4A, 47 and 51. RGB value is (74,71,81). Sum of RGB (Red+Green+Blue) = 74+71+81=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 81 - color contains mainly: blue. Hex color #4A4751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4751 is #B5B8AE. Grayscale: #494949. Windows color (decimal): -11909295 or 5326666. OLE color: 5326666.
HSL color Cylindrical-coordinate representation of color #4A4751: hue angle of 258º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A4751 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 71 | 81 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.68 |
| HSL | 258º | 0.07% | 0.3% | - |
| HSV(B) | 258º | 0.12% | 0.32% | - |
| XYZ | 6.56 | 6.56 | 8.7 | - |
| YUV | 73.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 81 | 0.09 | 0.12 | 0 | 0.68 | 258 | 0.07 | 0.3 |
| Hex | 4A | 47 | 51 | 9 | C | 0 | 44 | 102 | 7 | 1E |
| Octal | 112 | 107 | 121 | 11 | 14 | 0 | 104 | 402 | 7 | 36 |
| Binary | 1001010 | 1000111 | 1010001 | 1001 | 1100 | 0 | 1000100 | 100000010 | 111 | 11110 |
Color Harmonies of #4A4751
Complementary color
Monochromatic Colors of #4A4751
Black with #4A4751
Text Example
Text Example
White with #4A4751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4751; }
p { color: rgb(74,71,81); }
H1.HeaderClassName
{
color: #4A4751;
}
.AnyTagClassName
{
color: #4A4751;
}
</style>
background-color css
<style>
a { background-color: #4A4751; }
a { background-color: rgb(74,71,81); }
div.DivClassName
{
background-color: #4A4751;
}
.BgClassName
{
background-color: #4A4751;
}
</style>
border-color css
<style>
span { border-color: #4A4751; }
span { border-color: rgb(74,71,81); }
td.TdClassName
{
border-color: #4A4751;
}
.TagClassName
{
border-color: #4A4751;
}
</style>