#46424C

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

Shades of Grape #46424C

Tints of Grape #46424C

Color information

#46424C (or 0x46424C) is unknown color: approx Grape. HEX triplet: 46, 42 and 4C. RGB value is (70,66,76). Sum of RGB (Red+Green+Blue) = 70+66+76=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #46424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46424C is #B9BDB3. Grayscale: #444444. Windows color (decimal): -12172724 or 4997702. OLE color: 4997702.

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

Color convert

RGB706676-
CMYK0.080.1300.70
HSL264º7.04%27.84%-
HSV(B)264º13.16%29.8%-
XYZ5.785.727.64-
YUV68.34132.33129.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=33.02%
G=31.13%
B=35.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7066760.080.1300.702647.0427.84
Hex46424C8D04610871c
Octal10610211410150106410734
Binary100011010000101001100100011010100011010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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