#423F4D

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

Shades of Grape #423F4D

Tints of Grape #423F4D

Color information

#423F4D (or 0x423F4D) is unknown color: approx Grape. HEX triplet: 42, 3F and 4D. RGB value is (66,63,77). Sum of RGB (Red+Green+Blue) = 66+63+77=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #423F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F4D is #BDC0B2. Grayscale: #414141. Windows color (decimal): -12435635 or 5062466. OLE color: 5062466.

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

Color convert

RGB666377-
CMYK0.140.1800.70
HSL252.86º10%27.45%-
HSV(B)252.86º18.18%30.2%-
XYZ5.365.257.75-
YUV65.49134.49128.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=32.04%
G=30.58%
B=37.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6663770.140.1800.70252.861027.45
Hex423F4DE12046fda1b
Octal10277115162201063751233
Binary100001011111110011011110100100100011011111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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