#47494B

Color #47494B Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #47494B

Tints of Tuna #47494B

Color information

#47494B (or 0x47494B) is unknown color: approx Tuna. HEX triplet: 47, 49 and 4B. RGB value is (71,73,75). Sum of RGB (Red+Green+Blue) = 71+73+75=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 75 - color contains mainly: blue. Hex color #47494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47494B is #B8B6B4. Grayscale: #484848. Windows color (decimal): -12105397 or 4933959. OLE color: 4933959.

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

Color convert

RGB717375-
CMYK0.050.0300.71
HSL210º2.74%28.63%-
HSV(B)210º5.33%29.41%-
XYZ6.256.617.6-
YUV72.63129.34126.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=32.42%
G=33.33%
B=34.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173750.050.0300.712102.7428.63
Hex47494B53047d231d
Octal107111113530107322335
Binary1000111100100110010111011101000111110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47494B;
 }
 .AnyTagClassName
 {
   color: #47494B;
 }
</style>
background-color css

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

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

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

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

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

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