Html Css Color HEX #47494E Tuna

📋 copy color: '#47494E'

red 71 ◦ green 73 ◦ blue 78

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

Shades of Tuna #47494E

Tints of Tuna #47494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 31.98%
G = 32.88%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47494E (or 0x47494E) is known color: Tuna. HEX triplet: 47, 49 and 4E. RGB value is (71,73,78). Sum of RGB (Red+Green+Blue) = 71+73+78=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 78 - color contains mainly: blue. Hex color #47494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47494E is #B8B6B1. Grayscale: #484848. Windows color (decimal): -12105394 or 5130567. OLE color: 5130567.

HSL color Cylindrical-coordinate representation of color #47494E: hue angle of 222.86º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #47494E is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 73 78 -
CMYK 0.09 0.06 0 0.69
HSL 222.86º 0.05% 0.29% -
HSV(B) 222.86º 0.09% 0.31% -
XYZ 6.36 6.65 8.16 -
YUV 72.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 71 73 78 0.09 0.06 0 0.69 222.86 0.05 0.29
Hex 47 49 4E 9 6 0 45 DF 5 1D
Octal 107 111 116 11 6 0 105 337 5 35
Binary 1000111 1001001 1001110 1001 110 0 1000101 11011111 101 11101

Color Harmonies of #47494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47494E

Black with #47494E

Text Example


Text Example

White with #47494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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