#46424E

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

Shades of Grape #46424E

Tints of Grape #46424E

Color information

#46424E (or 0x46424E) is unknown color: approx Grape. HEX triplet: 46, 42 and 4E. RGB value is (70,66,78). Sum of RGB (Red+Green+Blue) = 70+66+78=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 78 - color contains mainly: blue. Hex color #46424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46424E is #B9BDB1. Grayscale: #444444. Windows color (decimal): -12172722 or 5128774. OLE color: 5128774.

HSL color Cylindrical-coordinate representation of color #46424E: hue angle of 260º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #46424E is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB706678-
CMYK0.100.1500.69
HSL260º8.33%28.24%-
HSV(B)260º15.38%30.59%-
XYZ5.855.758.01-
YUV68.56133.33129.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=32.71%
G=30.84%
B=36.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7066780.100.1500.692608.3328.24
Hex46424EAF04510481c
Octal106102116121701054041034
Binary1000110100001010011101010111101000101100000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46424E; }

 p { color: rgb(70,66,78); }

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

<style>
 a { background-color: #46424E; }

 a { background-color: rgb(70,66,78); }

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

<style>
 span { border-color: #46424E; }

 span { border-color: rgb(70,66,78); }

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