Html Css Color HEX #47494F Tuna

📋 copy color: '#47494F'

red 71 ◦ green 73 ◦ blue 79

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

Shades of Tuna #47494F

Tints of Tuna #47494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 31.84%
G = 32.74%
B = 35.43%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47494F (or 0x47494F) is known color: Tuna. HEX triplet: 47, 49 and 4F. RGB value is (71,73,79). Sum of RGB (Red+Green+Blue) = 71+73+79=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 79 - color contains mainly: blue. Hex color #47494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47494F is #B8B6B0. Grayscale: #494949. Windows color (decimal): -12105393 or 5196103. OLE color: 5196103.

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

Color convert

RGB 71 73 79 -
CMYK 0.10 0.08 0 0.69
HSL 225º 0.05% 0.29% -
HSV(B) 225º 0.1% 0.31% -
XYZ 6.39 6.67 8.35 -
YUV 73.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 71 73 79 0.10 0.08 0 0.69 225 0.05 0.29
Hex 47 49 4F A 8 0 45 E1 5 1D
Octal 107 111 117 12 10 0 105 341 5 35
Binary 1000111 1001001 1001111 1010 1000 0 1000101 11100001 101 11101

Color Harmonies of #47494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47494F

Black with #47494F

Text Example


Text Example

White with #47494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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