#474F5B

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

Shades of Tuna #474F5B

Tints of Tuna #474F5B

Color information

#474F5B (or 0x474F5B) is unknown color: approx Tuna. HEX triplet: 47, 4F and 5B. RGB value is (71,79,91). Sum of RGB (Red+Green+Blue) = 71+79+91=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #474F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F5B is #B8B0A4. Grayscale: #4D4D4D. Windows color (decimal): -12103845 or 5984071. OLE color: 5984071.

HSL color Cylindrical-coordinate representation of color #474F5B: hue angle of 216º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #474F5B is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB717991-
CMYK0.220.1300.64
HSL216º12.35%31.76%-
HSV(B)216º21.98%35.69%-
XYZ7.287.6911-
YUV77.98135.35123.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=29.46%
G=32.78%
B=37.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7179910.220.1300.6421612.3531.76
Hex474F5B16D040d8c20
Octal107117133261501003301440
Binary10001111001111101101110110110101000000110110001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474F5B; }

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

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

<style>
 a { background-color: #474F5B; }

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

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

<style>
 span { border-color: #474F5B; }

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

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