Shades of Grape #45424A
Tints of Grape #45424A
RGB
CMYK
RGB Variations
Color information
#45424A (or 0x45424A) is known color: Grape. HEX triplet: 45, 42 and 4A. RGB value is (69,66,74). Sum of RGB (Red+Green+Blue) = 69+66+74=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 74 - color contains mainly: blue. Hex color #45424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45424A is #BABDB5. Grayscale: #434343. Windows color (decimal): -12238262 or 4866629. OLE color: 4866629.
HSL color Cylindrical-coordinate representation of color #45424A: hue angle of 262.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #45424A is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 66 | 74 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.71 |
| HSL | 262.5º | 0.06% | 0.27% | - |
| HSV(B) | 262.5º | 0.11% | 0.29% | - |
| XYZ | 5.64 | 5.66 | 7.27 | - |
| YUV | 67.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 74 | 0.07 | 0.11 | 0 | 0.71 | 262.5 | 0.06 | 0.27 |
| Hex | 45 | 42 | 4A | 7 | B | 0 | 47 | 106 | 6 | 1B |
| Octal | 105 | 102 | 112 | 7 | 13 | 0 | 107 | 406 | 6 | 33 |
| Binary | 1000101 | 1000010 | 1001010 | 111 | 1011 | 0 | 1000111 | 100000110 | 110 | 11011 |
Color Harmonies of #45424A
Complementary color
Monochromatic Colors of #45424A
Black with #45424A
Text Example
Text Example
White with #45424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45424A; }
p { color: rgb(69,66,74); }
H1.HeaderClassName
{
color: #45424A;
}
.AnyTagClassName
{
color: #45424A;
}
</style>
background-color css
<style>
a { background-color: #45424A; }
a { background-color: rgb(69,66,74); }
div.DivClassName
{
background-color: #45424A;
}
.BgClassName
{
background-color: #45424A;
}
</style>
border-color css
<style>
span { border-color: #45424A; }
span { border-color: rgb(69,66,74); }
td.TdClassName
{
border-color: #45424A;
}
.TagClassName
{
border-color: #45424A;
}
</style>