Html Css Color HEX #47494D Tuna

📋 copy color: '#47494D'

red 71 ◦ green 73 ◦ blue 77

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

Shades of Tuna #47494D

Tints of Tuna #47494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

 BLUE value IS 77 (30.47% from 255) = 34.84%

R = 32.13%
G = 33.03%
B = 34.84%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47494D (or 0x47494D) is known color: Tuna. HEX triplet: 47, 49 and 4D. RGB value is (71,73,77). Sum of RGB (Red+Green+Blue) = 71+73+77=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 77 - color contains mainly: blue. Hex color #47494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47494D is #B8B6B2. Grayscale: #484848. Windows color (decimal): -12105395 or 5065031. OLE color: 5065031.

HSL color Cylindrical-coordinate representation of color #47494D: hue angle of 220º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #47494D is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 73 77 -
CMYK 0.08 0.05 0 0.70
HSL 220º 0.04% 0.29% -
HSV(B) 220º 0.08% 0.3% -
XYZ 6.32 6.64 7.97 -
YUV 72.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 71 73 77 0.08 0.05 0 0.70 220 0.04 0.29
Hex 47 49 4D 8 5 0 46 DC 4 1D
Octal 107 111 115 10 5 0 106 334 4 35
Binary 1000111 1001001 1001101 1000 101 0 1000110 11011100 100 11101

Color Harmonies of #47494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47494D

Black with #47494D

Text Example


Text Example

White with #47494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47494D; }

 p { color: rgb(71,73,77); }

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

background-color css

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

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

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

border-color css

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

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

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