Html Css Color HEX #474155 Grape

📋 copy color: '#474155'

red 71 ◦ green 65 ◦ blue 85

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

Shades of Grape #474155

Tints of Grape #474155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 32.13%
G = 29.41%
B = 38.46%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474155 (or 0x474155) is known color: Grape. HEX triplet: 47, 41 and 55. RGB value is (71,65,85). Sum of RGB (Red+Green+Blue) = 71+65+85=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #474155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474155 is #B8BEAA. Grayscale: #454545. Windows color (decimal): -12107435 or 5587271. OLE color: 5587271.

HSL color Cylindrical-coordinate representation of color #474155: hue angle of 258º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #474155 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 65 85 -
CMYK 0.16 0.24 0 0.67
HSL 258º 0.13% 0.29% -
HSV(B) 258º 0.24% 0.33% -
XYZ 6.13 5.78 9.39 -
YUV 69.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 71 65 85 0.16 0.24 0 0.67 258 0.13 0.29
Hex 47 41 55 10 18 0 43 102 D 1D
Octal 107 101 125 20 30 0 103 402 15 35
Binary 1000111 1000001 1010101 10000 11000 0 1000011 100000010 1101 11101

Color Harmonies of #474155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474155

Black with #474155

Text Example


Text Example

White with #474155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474155; }

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

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

background-color css

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

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

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

border-color css

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

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

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