Html Css Color HEX #47454E Grape

📋 copy color: '#47454E'

red 71 ◦ green 69 ◦ blue 78

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

Shades of Grape #47454E

Tints of Grape #47454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

 BLUE value IS 78 (30.86% from 255) = 35.78%

R = 32.57%
G = 31.65%
B = 35.78%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47454E (or 0x47454E) is known color: Grape. HEX triplet: 47, 45 and 4E. RGB value is (71,69,78). Sum of RGB (Red+Green+Blue) = 71+69+78=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 78 - color contains mainly: blue. Hex color #47454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47454E is #B8BAB1. Grayscale: #464646. Windows color (decimal): -12106418 or 5129543. OLE color: 5129543.

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

Color convert

RGB 71 69 78 -
CMYK 0.09 0.12 0 0.69
HSL 253.33º 0.06% 0.29% -
HSV(B) 253.33º 0.12% 0.31% -
XYZ 6.1 6.15 8.07 -
YUV 70.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 71 69 78 0.09 0.12 0 0.69 253.33 0.06 0.29
Hex 47 45 4E 9 C 0 45 FD 6 1D
Octal 107 105 116 11 14 0 105 375 6 35
Binary 1000111 1000101 1001110 1001 1100 0 1000101 11111101 110 11101

Color Harmonies of #47454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47454E

Black with #47454E

Text Example


Text Example

White with #47454E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47454E; }

 p { color: rgb(71,69,78); }

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

background-color css

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

 a { background-color: rgb(71,69,78); }

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

border-color css

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

 span { border-color: rgb(71,69,78); }

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