Html Css Color HEX #424047 Grape

📋 copy color: '#424047'

red 66 ◦ green 64 ◦ blue 71

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

Shades of Grape #424047

Tints of Grape #424047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 32.84%
G = 31.84%
B = 35.32%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424047 (or 0x424047) is known color: Grape. HEX triplet: 42, 40 and 47. RGB value is (66,64,71). Sum of RGB (Red+Green+Blue) = 66+64+71=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 71 - color contains mainly: blue. Hex color #424047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424047 is #BDBFB8. Grayscale: #414141. Windows color (decimal): -12435385 or 4669506. OLE color: 4669506.

HSL color Cylindrical-coordinate representation of color #424047: hue angle of 257.14º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424047 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 64 71 -
CMYK 0.07 0.10 0 0.72
HSL 257.14º 0.05% 0.26% -
HSV(B) 257.14º 0.1% 0.28% -
XYZ 5.22 5.28 6.71 -
YUV 65.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 66 64 71 0.07 0.10 0 0.72 257.14 0.05 0.26
Hex 42 40 47 7 A 0 48 101 5 1A
Octal 102 100 107 7 12 0 110 401 5 32
Binary 1000010 1000000 1000111 111 1010 0 1001000 100000001 101 11010

Color Harmonies of #424047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424047

Black with #424047

Text Example


Text Example

White with #424047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424047; }

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

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

background-color css

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

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

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

border-color css

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

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

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