#464253

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

Shades of Grape #464253

Tints of Grape #464253

Color information

#464253 (or 0x464253) is unknown color: approx Grape. HEX triplet: 46, 42 and 53. RGB value is (70,66,83). Sum of RGB (Red+Green+Blue) = 70+66+83=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #464253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464253 is #B9BDAC. Grayscale: #454545. Windows color (decimal): -12172717 or 5456454. OLE color: 5456454.

HSL color Cylindrical-coordinate representation of color #464253: hue angle of 254.12º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464253 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB706683-
CMYK0.160.2000.67
HSL254.12º11.41%29.22%-
HSV(B)254.12º20.48%32.55%-
XYZ6.045.828.99-
YUV69.13135.83128.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=31.96%
G=30.14%
B=37.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7066830.160.2000.67254.1211.4129.22
Hex4642531014043feb1d
Octal106102123202401033761335
Binary10001101000010101001110000101000100001111111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464253; }

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

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

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

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

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

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

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

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