#46434C

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

Shades of Grape #46434C

Tints of Grape #46434C

Color information

#46434C (or 0x46434C) is unknown color: approx Grape. HEX triplet: 46, 43 and 4C. RGB value is (70,67,76). Sum of RGB (Red+Green+Blue) = 70+67+76=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #46434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46434C is #B9BCB3. Grayscale: #444444. Windows color (decimal): -12172468 or 4997958. OLE color: 4997958.

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

Color convert

RGB706776-
CMYK0.080.1200.70
HSL260º6.29%28.04%-
HSV(B)260º11.84%29.8%-
XYZ5.845.847.66-
YUV68.92131.99128.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=32.86%
G=31.46%
B=35.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7067760.080.1200.702606.2928.04
Hex46434C8C04610461c
Octal10610311410140106404634
Binary100011010000111001100100011000100011010000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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