#423F49

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

Shades of Grape #423F49

Tints of Grape #423F49

Color information

#423F49 (or 0x423F49) is unknown color: approx Grape. HEX triplet: 42, 3F and 49. RGB value is (66,63,73). Sum of RGB (Red+Green+Blue) = 66+63+73=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: blue. Hex color #423F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F49 is #BDC0B6. Grayscale: #414141. Windows color (decimal): -12435639 or 4800322. OLE color: 4800322.

HSL color Cylindrical-coordinate representation of color #423F49: hue angle of 258º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #423F49 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB666373-
CMYK0.100.1400.71
HSL258º7.35%26.67%-
HSV(B)258º13.7%28.63%-
XYZ5.235.197.03-
YUV65.04132.49128.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 63 (25% from 255) = 31.19%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=32.67%
G=31.19%
B=36.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6663730.100.1400.712587.3526.67
Hex423F49AE04710271b
Octal1027711112160107402733
Binary10000101111111001001101011100100011110000001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,63,73); }

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

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

 a { background-color: rgb(66,63,73); }

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

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

 span { border-color: rgb(66,63,73); }

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