Html Css Color HEX #474159 Grape

📋 copy color: '#474159'

red 71 ◦ green 65 ◦ blue 89

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

Shades of Grape #474159

Tints of Grape #474159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 31.56%
G = 28.89%
B = 39.56%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474159 (or 0x474159) is known color: Grape. HEX triplet: 47, 41 and 59. RGB value is (71,65,89). Sum of RGB (Red+Green+Blue) = 71+65+89=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #474159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474159 is #B8BEA6. Grayscale: #454545. Windows color (decimal): -12107431 or 5849415. OLE color: 5849415.

HSL color Cylindrical-coordinate representation of color #474159: hue angle of 255º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #474159 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 65 89 -
CMYK 0.20 0.27 0 0.65
HSL 255º 0.16% 0.3% -
HSV(B) 255º 0.27% 0.35% -
XYZ 6.29 5.84 10.25 -
YUV 69.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 71 65 89 0.20 0.27 0 0.65 255 0.16 0.3
Hex 47 41 59 14 1B 0 41 FF 10 1E
Octal 107 101 131 24 33 0 101 377 20 36
Binary 1000111 1000001 1011001 10100 11011 0 1000001 11111111 10000 11110

Color Harmonies of #474159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474159

Black with #474159

Text Example


Text Example

White with #474159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474159; }

 p { color: rgb(71,65,89); }

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

background-color css

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

 a { background-color: rgb(71,65,89); }

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

border-color css

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

 span { border-color: rgb(71,65,89); }

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