#423D4F

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

Shades of Grape #423D4F

Tints of Grape #423D4F

Color information

#423D4F (or 0x423D4F) is unknown color: approx Grape. HEX triplet: 42, 3D and 4F. RGB value is (66,61,79). Sum of RGB (Red+Green+Blue) = 66+61+79=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #423D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D4F is #BDC2B0. Grayscale: #404040. Windows color (decimal): -12436145 or 5193026. OLE color: 5193026.

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

Color convert

RGB666179-
CMYK0.160.2300.69
HSL256.67º12.86%27.45%-
HSV(B)256.67º22.78%30.98%-
XYZ5.335.068.09-
YUV64.55136.16129.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=32.04%
G=29.61%
B=38.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6661790.160.2300.69256.6712.8627.45
Hex423D4F1017045101d1b
Octal10275117202701054011533
Binary10000101111011001111100001011101000101100000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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