#424047

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

Shades of Grape #424047

Tints of Grape #424047

Color information

#424047 (or 0x424047) is unknown color: approx Grape. HEX triplet: 42, 40 and 47. RGB value is (66,64,71). Sum of RGB (Red+Green+Blue) = 66+64+71=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 71 - color contains mainly: blue. Hex color #424047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424047 is #BDBFB8. Grayscale: #414141. Windows color (decimal): -12435385 or 4669506. OLE color: 4669506.

HSL color Cylindrical-coordinate representation of color #424047: hue angle of 257.14º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424047 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB666471-
CMYK0.070.1000.72
HSL257.14º5.19%26.47%-
HSV(B)257.14º9.86%27.84%-
XYZ5.225.286.71-
YUV65.4131.16128.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=32.84%
G=31.84%
B=35.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6664710.070.1000.72257.145.1926.47
Hex4240477A04810151a
Octal1021001077120110401532
Binary10000101000000100011111110100100100010000000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424047; }

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

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

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

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

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

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

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

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