#46414D

Color #46414D Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #46414D

Tints of Grape #46414D

Color information

#46414D (or 0x46414D) is unknown color: approx Grape. HEX triplet: 46, 41 and 4D. RGB value is (70,65,77). Sum of RGB (Red+Green+Blue) = 70+65+77=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #46414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46414D is #B9BEB2. Grayscale: #434343. Windows color (decimal): -12172979 or 5062982. OLE color: 5062982.

HSL color Cylindrical-coordinate representation of color #46414D: hue angle of 265º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #46414D is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB706577-
CMYK0.090.1600.70
HSL265º8.45%27.84%-
HSV(B)265º15.58%30.2%-
XYZ5.765.627.8-
YUV67.86133.16129.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=33.02%
G=30.66%
B=36.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7065770.090.1600.702658.4527.84
Hex46414D91004610981c
Octal106101115112001064111034
Binary10001101000001100110110011000001000110100001001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46414D; }

 p { color: rgb(70,65,77); }

 H1.HeaderClassName
 {
   color: #46414D;
 }
 .AnyTagClassName
 {
   color: #46414D;
 }
</style>
background-color css

<style>
 a { background-color: #46414D; }

 a { background-color: rgb(70,65,77); }

 div.DivClassName
 {
   background-color: #46414D;
 }
 .BgClassName
 {
   background-color: #46414D;
 }
</style>
border-color css

<style>
 span { border-color: #46414D; }

 span { border-color: rgb(70,65,77); }

 td.TdClassName
 {
   border-color: #46414D;
 }
 .TagClassName
 {
   border-color: #46414D;
 }
</style>