#423B4F

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

Shades of Grape #423B4F

Tints of Grape #423B4F

Color information

#423B4F (or 0x423B4F) is unknown color: approx Grape. HEX triplet: 42, 3B and 4F. RGB value is (66,59,79). Sum of RGB (Red+Green+Blue) = 66+59+79=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #423B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B4F is #BDC4B0. Grayscale: #3F3F3F. Windows color (decimal): -12436657 or 5192514. OLE color: 5192514.

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

Color convert

RGB665979-
CMYK0.160.2500.69
HSL261º14.49%27.06%-
HSV(B)261º25.32%30.98%-
XYZ5.224.858.06-
YUV63.37136.82129.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=32.35%
G=28.92%
B=38.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6659790.160.2500.6926114.4927.06
Hex423B4F1019045105e1b
Octal10273117203101054051633
Binary10000101110111001111100001100101000101100000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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