Html Css Color HEX #47474A Payne's Grey

📋 copy color: '#47474A'

red 71 ◦ green 71 ◦ blue 74

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

Shades of Payne's Grey #47474A

Tints of Payne's Grey #47474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.87%

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 32.87%
G = 32.87%
B = 34.26%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47474A (or 0x47474A) is known color: Payne's Grey. HEX triplet: 47, 47 and 4A. RGB value is (71,71,74). Sum of RGB (Red+Green+Blue) = 71+71+74=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 74 - color contains mainly: blue. Hex color #47474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47474A is #B8B8B5. Grayscale: #474747. Windows color (decimal): -12105910 or 4867911. OLE color: 4867911.

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

Color convert

RGB 71 71 74 -
CMYK 0.04 0.04 0 0.71
HSL 240º 0.02% 0.28% -
HSV(B) 240º 0.04% 0.29% -
XYZ 6.09 6.34 7.38 -
YUV 71.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 71 71 74 0.04 0.04 0 0.71 240 0.02 0.28
Hex 47 47 4A 4 4 0 47 F0 2 1C
Octal 107 107 112 4 4 0 107 360 2 34
Binary 1000111 1000111 1001010 100 100 0 1000111 11110000 10 11100

Color Harmonies of #47474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47474A

Black with #47474A

Text Example


Text Example

White with #47474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47474A; }

 p { color: rgb(71,71,74); }

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

background-color css

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

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

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

border-color css

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

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

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