#464250

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

Shades of Grape #464250

Tints of Grape #464250

Color information

#464250 (or 0x464250) is unknown color: approx Grape. HEX triplet: 46, 42 and 50. RGB value is (70,66,80). Sum of RGB (Red+Green+Blue) = 70+66+80=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #464250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464250 is #B9BDAF. Grayscale: #444444. Windows color (decimal): -12172720 or 5259846. OLE color: 5259846.

HSL color Cylindrical-coordinate representation of color #464250: hue angle of 257.14º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #464250 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB706680-
CMYK0.120.1700.69
HSL257.14º9.59%28.63%-
HSV(B)257.14º17.5%31.37%-
XYZ5.925.788.39-
YUV68.79134.33128.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=32.41%
G=30.56%
B=37.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7066800.120.1700.69257.149.5928.63
Hex464250C11045101a1d
Octal106102120142101054011235
Binary10001101000010101000011001000101000101100000001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464250; }

 p { color: rgb(70,66,80); }

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

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

 a { background-color: rgb(70,66,80); }

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

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

 span { border-color: rgb(70,66,80); }

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