#474A54

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

Shades of Tuna #474A54

Tints of Tuna #474A54

Color information

#474A54 (or 0x474A54) is unknown color: approx Tuna. HEX triplet: 47, 4A and 54. RGB value is (71,74,84). Sum of RGB (Red+Green+Blue) = 71+74+84=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 84 - color contains mainly: blue. Hex color #474A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A54 is #B8B5AB. Grayscale: #4A4A4A. Windows color (decimal): -12105132 or 5524039. OLE color: 5524039.

HSL color Cylindrical-coordinate representation of color #474A54: hue angle of 226.15º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #474A54 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB717484-
CMYK0.150.1200.67
HSL226.15º8.39%30.39%-
HSV(B)226.15º15.48%32.94%-
XYZ6.656.889.36-
YUV74.24133.51125.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=31.00%
G=32.31%
B=36.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7174840.150.1200.67226.158.3930.39
Hex474A54FC043e281e
Octal107112124171401033421036
Binary100011110010101010100111111000100001111100010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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