#46424B

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

Shades of Grape #46424B

Tints of Grape #46424B

Color information

#46424B (or 0x46424B) is unknown color: approx Grape. HEX triplet: 46, 42 and 4B. RGB value is (70,66,75). Sum of RGB (Red+Green+Blue) = 70+66+75=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #46424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46424B is #B9BDB4. Grayscale: #444444. Windows color (decimal): -12172725 or 4932166. OLE color: 4932166.

HSL color Cylindrical-coordinate representation of color #46424B: hue angle of 266.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #46424B is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB706675-
CMYK0.070.1200.71
HSL266.67º6.38%27.65%-
HSV(B)266.67º12%29.41%-
XYZ5.745.717.46-
YUV68.22131.83129.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=33.18%
G=31.28%
B=35.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7066750.070.1200.71266.676.3827.65
Hex46424B7C04710b61c
Octal1061021137140107413634
Binary10001101000010100101111111000100011110000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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