Html Css Color HEX #47484A Tuna

📋 copy color: '#47484A'

red 71 ◦ green 72 ◦ blue 74

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

Shades of Tuna #47484A

Tints of Tuna #47484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

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

R = 32.72%
G = 33.18%
B = 34.1%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47484A (or 0x47484A) is known color: Tuna. HEX triplet: 47, 48 and 4A. RGB value is (71,72,74). Sum of RGB (Red+Green+Blue) = 71+72+74=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 74 - color contains mainly: blue. Hex color #47484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47484A is #B8B7B5. Grayscale: #474747. Windows color (decimal): -12105654 or 4868167. OLE color: 4868167.

HSL color Cylindrical-coordinate representation of color #47484A: hue angle of 220º 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 #47484A is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 72 74 -
CMYK 0.04 0.03 0 0.71
HSL 220º 0.02% 0.28% -
HSV(B) 220º 0.04% 0.29% -
XYZ 6.15 6.47 7.4 -
YUV 71.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 71 72 74 0.04 0.03 0 0.71 220 0.02 0.28
Hex 47 48 4A 4 3 0 47 DC 2 1C
Octal 107 110 112 4 3 0 107 334 2 34
Binary 1000111 1001000 1001010 100 11 0 1000111 11011100 10 11100

Color Harmonies of #47484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47484A

Black with #47484A

Text Example


Text Example

White with #47484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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