#46424F

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

Shades of Grape #46424F

Tints of Grape #46424F

Color information

#46424F (or 0x46424F) is unknown color: approx Grape. HEX triplet: 46, 42 and 4F. RGB value is (70,66,79). Sum of RGB (Red+Green+Blue) = 70+66+79=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: blue. Hex color #46424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46424F is #B9BDB0. Grayscale: #444444. Windows color (decimal): -12172721 or 5194310. OLE color: 5194310.

HSL color Cylindrical-coordinate representation of color #46424F: hue angle of 258.46º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #46424F is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB706679-
CMYK0.110.1600.69
HSL258.46º8.97%28.43%-
HSV(B)258.46º16.46%30.98%-
XYZ5.895.768.2-
YUV68.68133.83128.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=32.56%
G=30.70%
B=36.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7066790.110.1600.69258.468.9728.43
Hex46424FB1004510291c
Octal106102117132001054021134
Binary10001101000010100111110111000001000101100000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46424F; }

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

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

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

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

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

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

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

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