#434047

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

Shades of Grape #434047

Tints of Grape #434047

Color information

#434047 (or 0x434047) is unknown color: approx Grape. HEX triplet: 43, 40 and 47. RGB value is (67,64,71). Sum of RGB (Red+Green+Blue) = 67+64+71=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 71 - color contains mainly: blue. Hex color #434047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434047 is #BCBFB8. Grayscale: #414141. Windows color (decimal): -12369849 or 4669507. OLE color: 4669507.

HSL color Cylindrical-coordinate representation of color #434047: hue angle of 265.71º 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 #434047 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB676471-
CMYK0.060.1000.72
HSL265.71º5.19%26.47%-
HSV(B)265.71º9.86%27.84%-
XYZ5.295.326.71-
YUV65.69130.99128.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.17%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 71 (28.12% from 255) = 35.15%
R=33.17%
G=31.68%
B=35.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6764710.060.1000.72265.715.1926.47
Hex4340476A04810a51a
Octal1031001076120110412532
Binary10000111000000100011111010100100100010000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434047; }

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

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

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

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

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

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

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

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