#46404D

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

Shades of Grape #46404D

Tints of Grape #46404D

Color information

#46404D (or 0x46404D) is unknown color: approx Grape. HEX triplet: 46, 40 and 4D. RGB value is (70,64,77). Sum of RGB (Red+Green+Blue) = 70+64+77=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 77 - color contains mainly: blue. Hex color #46404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46404D is #B9BFB2. Grayscale: #434343. Windows color (decimal): -12173235 or 5062726. OLE color: 5062726.

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

Color convert

RGB706477-
CMYK0.090.1700.70
HSL267.69º9.22%27.65%-
HSV(B)267.69º16.88%30.2%-
XYZ5.75.57.78-
YUV67.28133.49129.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=33.18%
G=30.33%
B=36.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7064770.090.1700.70267.699.2227.65
Hex46404D91104610c91c
Octal106100115112101064141134
Binary10001101000000100110110011000101000110100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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