#46414B

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

Shades of Grape #46414B

Tints of Grape #46414B

Color information

#46414B (or 0x46414B) is unknown color: approx Grape. HEX triplet: 46, 41 and 4B. RGB value is (70,65,75). Sum of RGB (Red+Green+Blue) = 70+65+75=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 75 - color contains mainly: blue. Hex color #46414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46414B is #B9BEB4. Grayscale: #434343. Windows color (decimal): -12172981 or 4931910. OLE color: 4931910.

HSL color Cylindrical-coordinate representation of color #46414B: hue angle of 270º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #46414B is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB706575-
CMYK0.070.1300.71
HSL270º7.14%27.45%-
HSV(B)270º13.33%29.41%-
XYZ5.695.597.44-
YUV67.64132.16129.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=33.33%
G=30.95%
B=35.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7065750.070.1300.712707.1427.45
Hex46414B7D04710e71b
Octal1061011137150107416733
Binary10001101000001100101111111010100011110000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46414B; }

 p { color: rgb(70,65,75); }

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

<style>
 a { background-color: #46414B; }

 a { background-color: rgb(70,65,75); }

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

<style>
 span { border-color: #46414B; }

 span { border-color: rgb(70,65,75); }

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