#423C4F

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

Shades of Grape #423C4F

Tints of Grape #423C4F

Color information

#423C4F (or 0x423C4F) is unknown color: approx Grape. HEX triplet: 42, 3C and 4F. RGB value is (66,60,79). Sum of RGB (Red+Green+Blue) = 66+60+79=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #423C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C4F is #BDC3B0. Grayscale: #3F3F3F. Windows color (decimal): -12436401 or 5192770. OLE color: 5192770.

HSL color Cylindrical-coordinate representation of color #423C4F: hue angle of 258.95º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #423C4F is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB666079-
CMYK0.160.2400.69
HSL258.95º13.67%27.25%-
HSV(B)258.95º24.05%30.98%-
XYZ5.274.958.08-
YUV63.96136.49129.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=32.20%
G=29.27%
B=38.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6660790.160.2400.69258.9513.6727.25
Hex423C4F1018045103e1b
Octal10274117203001054031633
Binary10000101111001001111100001100001000101100000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,60,79); }

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

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

 a { background-color: rgb(66,60,79); }

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

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

 span { border-color: rgb(66,60,79); }

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