#423C4D

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

Shades of Grape #423C4D

Tints of Grape #423C4D

Color information

#423C4D (or 0x423C4D) is unknown color: approx Grape. HEX triplet: 42, 3C and 4D. RGB value is (66,60,77). Sum of RGB (Red+Green+Blue) = 66+60+77=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #423C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C4D is #BDC3B2. Grayscale: #3F3F3F. Windows color (decimal): -12436403 or 5061698. OLE color: 5061698.

HSL color Cylindrical-coordinate representation of color #423C4D: hue angle of 261.18º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #423C4D is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB666077-
CMYK0.140.2200.70
HSL261.18º12.41%26.86%-
HSV(B)261.18º22.08%30.2%-
XYZ5.24.937.7-
YUV63.73135.49129.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=32.51%
G=29.56%
B=37.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6660770.140.2200.70261.1812.4126.86
Hex423C4DE16046105c1b
Octal10274115162601064051433
Binary1000010111100100110111101011001000110100000101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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