Html Css Color HEX #474350 Grape

📋 copy color: '#474350'

red 71 ◦ green 67 ◦ blue 80

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

Shades of Grape #474350

Tints of Grape #474350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 32.57%
G = 30.73%
B = 36.7%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#474350 (or 0x474350) is known color: Grape. HEX triplet: 47, 43 and 50. RGB value is (71,67,80). Sum of RGB (Red+Green+Blue) = 71+67+80=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #474350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474350 is #B8BCAF. Grayscale: #454545. Windows color (decimal): -12106928 or 5260103. OLE color: 5260103.

HSL color Cylindrical-coordinate representation of color #474350: hue angle of 258.46º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #474350 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 67 80 -
CMYK 0.11 0.16 0 0.69
HSL 258.46º 0.09% 0.29% -
HSV(B) 258.46º 0.16% 0.31% -
XYZ 6.05 5.93 8.42 -
YUV 69.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 71 67 80 0.11 0.16 0 0.69 258.46 0.09 0.29
Hex 47 43 50 B 10 0 45 102 9 1D
Octal 107 103 120 13 20 0 105 402 11 35
Binary 1000111 1000011 1010000 1011 10000 0 1000101 100000010 1001 11101

Color Harmonies of #474350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474350

Black with #474350

Text Example


Text Example

White with #474350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474350; }

 p { color: rgb(71,67,80); }

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

background-color css

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

 a { background-color: rgb(71,67,80); }

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

border-color css

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

 span { border-color: rgb(71,67,80); }

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