#46434F

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

Shades of Grape #46434F

Tints of Grape #46434F

Color information

#46434F (or 0x46434F) is unknown color: approx Grape. HEX triplet: 46, 43 and 4F. RGB value is (70,67,79). Sum of RGB (Red+Green+Blue) = 70+67+79=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 79 - color contains mainly: blue. Hex color #46434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46434F is #B9BCB0. Grayscale: #454545. Windows color (decimal): -12172465 or 5194566. OLE color: 5194566.

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

Color convert

RGB706779-
CMYK0.110.1500.69
HSL255º8.22%28.63%-
HSV(B)255º15.19%30.98%-
XYZ5.945.888.22-
YUV69.26133.49128.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=32.41%
G=31.02%
B=36.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7067790.110.1500.692558.2228.63
Hex46434FBF045ff81d
Octal106103117131701053771035
Binary100011010000111001111101111110100010111111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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