#464547

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

Shades of Grape #464547

Tints of Grape #464547

Color information

#464547 (or 0x464547) is unknown color: approx Grape. HEX triplet: 46, 45 and 47. RGB value is (70,69,71). Sum of RGB (Red+Green+Blue) = 70+69+71=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 71 - color contains mainly: blue. Hex color #464547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464547 is #B9BAB8. Grayscale: #454545. Windows color (decimal): -12171961 or 4670790. OLE color: 4670790.

HSL color Cylindrical-coordinate representation of color #464547: hue angle of 270º degrees, saturation: 0.01, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #464547 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB706971-
CMYK0.010.0300.72
HSL270º1.43%27.45%-
HSV(B)270º2.82%27.84%-
XYZ5.796.016.82-
YUV69.53128.83128.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 71 (28.12% from 255) = 33.81%
R=33.33%
G=32.86%
B=33.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7069710.010.0300.722701.4327.45
Hex4645471304810e11b
Octal106105107130110416133
Binary10001101000101100011111101001000100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464547; }

 p { color: rgb(70,69,71); }

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

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

 a { background-color: rgb(70,69,71); }

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

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

 span { border-color: rgb(70,69,71); }

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