Html Css Color HEX #47434F Grape

📋 copy color: '#47434F'

red 71 ◦ green 67 ◦ blue 79

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

Shades of Grape #47434F

Tints of Grape #47434F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.41%

R = 32.72%
G = 30.88%
B = 36.41%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47434F (or 0x47434F) is known color: Grape. HEX triplet: 47, 43 and 4F. RGB value is (71,67,79). Sum of RGB (Red+Green+Blue) = 71+67+79=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #47434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47434F is #B8BCB0. Grayscale: #454545. Windows color (decimal): -12106929 or 5194567. OLE color: 5194567.

HSL color Cylindrical-coordinate representation of color #47434F: hue angle of 260º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #47434F is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 67 79 -
CMYK 0.10 0.15 0 0.69
HSL 260º 0.08% 0.29% -
HSV(B) 260º 0.15% 0.31% -
XYZ 6.02 5.92 8.22 -
YUV 69.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 71 67 79 0.10 0.15 0 0.69 260 0.08 0.29
Hex 47 43 4F A F 0 45 104 8 1D
Octal 107 103 117 12 17 0 105 404 10 35
Binary 1000111 1000011 1001111 1010 1111 0 1000101 100000100 1000 11101

Color Harmonies of #47434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47434F

Black with #47434F

Text Example


Text Example

White with #47434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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