#43404F

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

Shades of Grape #43404F

Tints of Grape #43404F

Color information

#43404F (or 0x43404F) is unknown color: approx Grape. HEX triplet: 43, 40 and 4F. RGB value is (67,64,79). Sum of RGB (Red+Green+Blue) = 67+64+79=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 79 - color contains mainly: blue. Hex color #43404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43404F is #BCBFB0. Grayscale: #424242. Windows color (decimal): -12369841 or 5193795. OLE color: 5193795.

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

Color convert

RGB676479-
CMYK0.150.1900.69
HSL252º10.49%28.04%-
HSV(B)252º18.99%30.98%-
XYZ5.565.428.15-
YUV66.61134.99128.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=31.90%
G=30.48%
B=37.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6764790.150.1900.6925210.4928.04
Hex43404FF13045fca1c
Octal103100117172301053741234
Binary1000011100000010011111111100110100010111111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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