#423D4C

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

Shades of Grape #423D4C

Tints of Grape #423D4C

Color information

#423D4C (or 0x423D4C) is unknown color: approx Grape. HEX triplet: 42, 3D and 4C. RGB value is (66,61,76). Sum of RGB (Red+Green+Blue) = 66+61+76=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #423D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D4C is #BDC2B3. Grayscale: #404040. Windows color (decimal): -12436148 or 4996418. OLE color: 4996418.

HSL color Cylindrical-coordinate representation of color #423D4C: hue angle of 260º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #423D4C is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB666176-
CMYK0.130.2000.70
HSL260º10.95%26.86%-
HSV(B)260º19.74%29.8%-
XYZ5.225.027.53-
YUV64.2134.66129.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=32.51%
G=30.05%
B=37.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6661760.130.2000.7026010.9526.86
Hex423D4CD14046104b1b
Octal10275114152401064041333
Binary1000010111101100110011011010001000110100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423D4C; }

 p { color: rgb(66,61,76); }

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

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

 a { background-color: rgb(66,61,76); }

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

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

 span { border-color: rgb(66,61,76); }

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