#464548

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

Shades of Grape #464548

Tints of Grape #464548

Color information

#464548 (or 0x464548) is unknown color: approx Grape. HEX triplet: 46, 45 and 48. RGB value is (70,69,72). Sum of RGB (Red+Green+Blue) = 70+69+72=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 72 - color contains mainly: blue. Hex color #464548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464548 is #B9BAB7. Grayscale: #454545. Windows color (decimal): -12171960 or 4736326. OLE color: 4736326.

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

Color convert

RGB706972-
CMYK0.030.0400.72
HSL260º2.13%27.65%-
HSV(B)260º4.17%28.24%-
XYZ5.826.036.99-
YUV69.64129.33128.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=33.18%
G=32.70%
B=34.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7069720.030.0400.722602.1327.65
Hex4645483404810421c
Octal106105110340110404234
Binary10001101000101100100011100010010001000001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464548; }

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

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

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

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

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

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

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

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