Html Css Color HEX #47444B Grape

📋 copy color: '#47444B'

red 71 ◦ green 68 ◦ blue 75

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

Shades of Grape #47444B

Tints of Grape #47444B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.78%

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 33.18%
G = 31.78%
B = 35.05%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47444B (or 0x47444B) is known color: Grape. HEX triplet: 47, 44 and 4B. RGB value is (71,68,75). Sum of RGB (Red+Green+Blue) = 71+68+75=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 75 - color contains mainly: blue. Hex color #47444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47444B is #B8BBB4. Grayscale: #454545. Windows color (decimal): -12106677 or 4932679. OLE color: 4932679.

HSL color Cylindrical-coordinate representation of color #47444B: hue angle of 265.71º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #47444B is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 68 75 -
CMYK 0.05 0.09 0 0.71
HSL 265.71º 0.05% 0.28% -
HSV(B) 265.71º 0.09% 0.29% -
XYZ 5.94 5.98 7.5 -
YUV 69.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 71 68 75 0.05 0.09 0 0.71 265.71 0.05 0.28
Hex 47 44 4B 5 9 0 47 10A 5 1C
Octal 107 104 113 5 11 0 107 412 5 34
Binary 1000111 1000100 1001011 101 1001 0 1000111 100001010 101 11100

Color Harmonies of #47444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47444B

Black with #47444B

Text Example


Text Example

White with #47444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47444B; }

 p { color: rgb(71,68,75); }

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

background-color css

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

 a { background-color: rgb(71,68,75); }

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

border-color css

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

 span { border-color: rgb(71,68,75); }

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