Html Css Color HEX #424049 Grape

📋 copy color: '#424049'

red 66 ◦ green 64 ◦ blue 73

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

Shades of Grape #424049

Tints of Grape #424049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.53%

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

R = 32.51%
G = 31.53%
B = 35.96%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#424049 (or 0x424049) is known color: Grape. HEX triplet: 42, 40 and 49. RGB value is (66,64,73). Sum of RGB (Red+Green+Blue) = 66+64+73=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 73 - color contains mainly: blue. Hex color #424049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424049 is #BDBFB6. Grayscale: #414141. Windows color (decimal): -12435383 or 4800578. OLE color: 4800578.

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

Color convert

RGB 66 64 73 -
CMYK 0.10 0.12 0 0.71
HSL 253.33º 0.07% 0.27% -
HSV(B) 253.33º 0.12% 0.29% -
XYZ 5.28 5.31 7.05 -
YUV 65.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 66 64 73 0.10 0.12 0 0.71 253.33 0.07 0.27
Hex 42 40 49 A C 0 47 FD 7 1B
Octal 102 100 111 12 14 0 107 375 7 33
Binary 1000010 1000000 1001001 1010 1100 0 1000111 11111101 111 11011

Color Harmonies of #424049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424049

Black with #424049

Text Example


Text Example

White with #424049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424049; }

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

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

background-color css

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

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

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

border-color css

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

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

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