Shades of Grape #45414B
Tints of Grape #45414B
RGB
CMYK
RGB Variations
Color information
#45414B (or 0x45414B) is known color: Grape. HEX triplet: 45, 41 and 4B. RGB value is (69,65,75). Sum of RGB (Red+Green+Blue) = 69+65+75=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 75 - color contains mainly: blue. Hex color #45414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45414B is #BABEB4. Grayscale: #434343. Windows color (decimal): -12238517 or 4931909. OLE color: 4931909.
HSL color Cylindrical-coordinate representation of color #45414B: hue angle of 264º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #45414B is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 65 | 75 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.71 |
| HSL | 264º | 0.07% | 0.27% | - |
| HSV(B) | 264º | 0.13% | 0.29% | - |
| XYZ | 5.61 | 5.55 | 7.43 | - |
| YUV | 67.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 75 | 0.08 | 0.13 | 0 | 0.71 | 264 | 0.07 | 0.27 |
| Hex | 45 | 41 | 4B | 8 | D | 0 | 47 | 108 | 7 | 1B |
| Octal | 105 | 101 | 113 | 10 | 15 | 0 | 107 | 410 | 7 | 33 |
| Binary | 1000101 | 1000001 | 1001011 | 1000 | 1101 | 0 | 1000111 | 100001000 | 111 | 11011 |
Color Harmonies of #45414B
Complementary color
Monochromatic Colors of #45414B
Black with #45414B
Text Example
Text Example
White with #45414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45414B; }
p { color: rgb(69,65,75); }
H1.HeaderClassName
{
color: #45414B;
}
.AnyTagClassName
{
color: #45414B;
}
</style>
background-color css
<style>
a { background-color: #45414B; }
a { background-color: rgb(69,65,75); }
div.DivClassName
{
background-color: #45414B;
}
.BgClassName
{
background-color: #45414B;
}
</style>
border-color css
<style>
span { border-color: #45414B; }
span { border-color: rgb(69,65,75); }
td.TdClassName
{
border-color: #45414B;
}
.TagClassName
{
border-color: #45414B;
}
</style>