#464052

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

Shades of Grape #464052

Tints of Grape #464052

Color information

#464052 (or 0x464052) is unknown color: approx Grape. HEX triplet: 46, 40 and 52. RGB value is (70,64,82). Sum of RGB (Red+Green+Blue) = 70+64+82=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #464052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464052 is #B9BFAD. Grayscale: #434343. Windows color (decimal): -12173230 or 5390406. OLE color: 5390406.

HSL color Cylindrical-coordinate representation of color #464052: hue angle of 260º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #464052 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB706482-
CMYK0.150.2200.68
HSL260º12.33%28.63%-
HSV(B)260º21.95%32.16%-
XYZ5.885.588.75-
YUV67.85135.99129.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=32.41%
G=29.63%
B=37.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7064820.150.2200.6826012.3328.63
Hex464052F16044104c1d
Octal106100122172601044041435
Binary10001101000000101001011111011001000100100000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464052; }

 p { color: rgb(70,64,82); }

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

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

 a { background-color: rgb(70,64,82); }

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

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

 span { border-color: rgb(70,64,82); }

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