#423F4E

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

Shades of Grape #423F4E

Tints of Grape #423F4E

Color information

#423F4E (or 0x423F4E) is unknown color: approx Grape. HEX triplet: 42, 3F and 4E. RGB value is (66,63,78). Sum of RGB (Red+Green+Blue) = 66+63+78=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #423F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F4E is #BDC0B1. Grayscale: #414141. Windows color (decimal): -12435634 or 5128002. OLE color: 5128002.

HSL color Cylindrical-coordinate representation of color #423F4E: hue angle of 252º degrees, saturation: 0.11, 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 #423F4E is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB666378-
CMYK0.150.1900.69
HSL252º10.64%27.65%-
HSV(B)252º19.23%30.59%-
XYZ5.45.267.94-
YUV65.61134.99128.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=31.88%
G=30.43%
B=37.68%

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
Decimal6663780.150.1900.6925210.6427.65
Hex423F4EF13045fcb1c
Octal10277116172301053741334
Binary100001011111110011101111100110100010111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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