Html Css Color HEX #423F49 Grape

📋 copy color: '#423F49'

red 66 ◦ green 63 ◦ blue 73

#423F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grape #423F49

Tints of Grape #423F49

RGB

 RED value IS 66 (26.17% from 255) = 32.67%

 GREEN value IS 63 (25% from 255) = 31.19%

 BLUE value IS 73 (28.91% from 255) = 36.14%

R = 32.67%
G = 31.19%
B = 36.14%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#423F49 (or 0x423F49) is known color: Grape. HEX triplet: 42, 3F and 49. RGB value is (66,63,73). Sum of RGB (Red+Green+Blue) = 66+63+73=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: blue. Hex color #423F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F49 is #BDC0B6. Grayscale: #414141. Windows color (decimal): -12435639 or 4800322. OLE color: 4800322.

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

Color convert

RGB 66 63 73 -
CMYK 0.10 0.14 0 0.71
HSL 258º 0.07% 0.27% -
HSV(B) 258º 0.14% 0.29% -
XYZ 5.23 5.19 7.03 -
YUV 65.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 66 63 73 0.10 0.14 0 0.71 258 0.07 0.27
Hex 42 3F 49 A E 0 47 102 7 1B
Octal 102 77 111 12 16 0 107 402 7 33
Binary 1000010 111111 1001001 1010 1110 0 1000111 100000010 111 11011

Color Harmonies of #423F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F49

Black with #423F49

Text Example


Text Example

White with #423F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #423F49;
 }
 .AnyTagClassName
 {
   color: #423F49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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