#423E4B

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

Shades of Grape #423E4B

Tints of Grape #423E4B

Color information

#423E4B (or 0x423E4B) is unknown color: approx Grape. HEX triplet: 42, 3E and 4B. RGB value is (66,62,75). Sum of RGB (Red+Green+Blue) = 66+62+75=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #423E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E4B is #BDC1B4. Grayscale: #404040. Windows color (decimal): -12435893 or 4931138. OLE color: 4931138.

HSL color Cylindrical-coordinate representation of color #423E4B: hue angle of 258.46º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #423E4B is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB666275-
CMYK0.120.1700.71
HSL258.46º9.49%26.86%-
HSV(B)258.46º17.33%29.41%-
XYZ5.245.117.37-
YUV64.68133.83128.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=32.51%
G=30.54%
B=36.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6662750.120.1700.71258.469.4926.86
Hex423E4BC1104710291b
Octal10276113142101074021133
Binary1000010111110100101111001000101000111100000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,62,75); }

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

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

 a { background-color: rgb(66,62,75); }

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

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

 span { border-color: rgb(66,62,75); }

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