Html Css Color HEX #474154 Grape

📋 copy color: '#474154'

red 71 ◦ green 65 ◦ blue 84

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

Shades of Grape #474154

Tints of Grape #474154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.18%

R = 32.27%
G = 29.55%
B = 38.18%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474154 (or 0x474154) is known color: Grape. HEX triplet: 47, 41 and 54. RGB value is (71,65,84). Sum of RGB (Red+Green+Blue) = 71+65+84=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #474154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474154 is #B8BEAB. Grayscale: #444444. Windows color (decimal): -12107436 or 5521735. OLE color: 5521735.

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

Color convert

RGB 71 65 84 -
CMYK 0.15 0.23 0 0.67
HSL 258.95º 0.13% 0.29% -
HSV(B) 258.95º 0.23% 0.33% -
XYZ 6.09 5.76 9.18 -
YUV 68.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 71 65 84 0.15 0.23 0 0.67 258.95 0.13 0.29
Hex 47 41 54 F 17 0 43 103 D 1D
Octal 107 101 124 17 27 0 103 403 15 35
Binary 1000111 1000001 1010100 1111 10111 0 1000011 100000011 1101 11101

Color Harmonies of #474154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474154

Black with #474154

Text Example


Text Example

White with #474154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474154; }

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

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

background-color css

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

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

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

border-color css

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

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

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