Html Css Color HEX #473E51 Grape

📋 copy color: '#473E51'

red 71 ◦ green 62 ◦ blue 81

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

Shades of Grape #473E51

Tints of Grape #473E51

RGB

 RED value IS 71 (28.13% from 255) = 33.18%

 GREEN value IS 62 (24.61% from 255) = 28.97%

 BLUE value IS 81 (32.03% from 255) = 37.85%

R = 33.18%
G = 28.97%
B = 37.85%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#473E51 (or 0x473E51) is known color: Grape. HEX triplet: 47, 3E and 51. RGB value is (71,62,81). Sum of RGB (Red+Green+Blue) = 71+62+81=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #473E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E51 is #B8C1AE. Grayscale: #424242. Windows color (decimal): -12108207 or 5324359. OLE color: 5324359.

HSL color Cylindrical-coordinate representation of color #473E51: hue angle of 268.42º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #473E51 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 62 81 -
CMYK 0.12 0.23 0 0.68
HSL 268.42º 0.13% 0.28% -
HSV(B) 268.42º 0.23% 0.32% -
XYZ 5.81 5.38 8.52 -
YUV 66.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 71 62 81 0.12 0.23 0 0.68 268.42 0.13 0.28
Hex 47 3E 51 C 17 0 44 10C D 1C
Octal 107 76 121 14 27 0 104 414 15 34
Binary 1000111 111110 1010001 1100 10111 0 1000100 100001100 1101 11100

Color Harmonies of #473E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E51

Black with #473E51

Text Example


Text Example

White with #473E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473E51; }

 p { color: rgb(71,62,81); }

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

background-color css

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

 a { background-color: rgb(71,62,81); }

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

border-color css

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

 span { border-color: rgb(71,62,81); }

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