#424046

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

Shades of Grape #424046

Tints of Grape #424046

Color information

#424046 (or 0x424046) is unknown color: approx Grape. HEX triplet: 42, 40 and 46. RGB value is (66,64,70). Sum of RGB (Red+Green+Blue) = 66+64+70=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 70 - color contains mainly: blue. Hex color #424046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424046 is #BDBFB9. Grayscale: #414141. Windows color (decimal): -12435386 or 4603970. OLE color: 4603970.

HSL color Cylindrical-coordinate representation of color #424046: hue angle of 260º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #424046 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB666470-
CMYK0.060.0900.73
HSL260º4.48%26.27%-
HSV(B)260º8.57%27.45%-
XYZ5.195.276.54-
YUV65.28130.66128.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 70 (27.73% from 255) = 35%
R=33%
G=32%
B=35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6664700.060.0900.732604.4826.27
Hex4240466904910441a
Octal1021001066110111404432
Binary10000101000000100011011010010100100110000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424046; }

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

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

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

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

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

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

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

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