#464155

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

Shades of Grape #464155

Tints of Grape #464155

Color information

#464155 (or 0x464155) is unknown color: approx Grape. HEX triplet: 46, 41 and 55. RGB value is (70,65,85). Sum of RGB (Red+Green+Blue) = 70+65+85=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #464155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464155 is #B9BEAA. Grayscale: #444444. Windows color (decimal): -12172971 or 5587270. OLE color: 5587270.

HSL color Cylindrical-coordinate representation of color #464155: hue angle of 255º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #464155 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB706585-
CMYK0.180.2400.67
HSL255º13.33%29.41%-
HSV(B)255º23.53%33.33%-
XYZ6.065.749.38-
YUV68.78137.16128.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=31.82%
G=29.55%
B=38.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7065850.180.2400.6725513.3329.41
Hex4641551218043ffd1d
Octal106101125223001033771535
Binary10001101000001101010110010110000100001111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464155; }

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

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

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

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

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

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

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

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