#474F53

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

Shades of Trout #474F53

Tints of Trout #474F53

Color information

#474F53 (or 0x474F53) is unknown color: approx Trout. HEX triplet: 47, 4F and 53. RGB value is (71,79,83). Sum of RGB (Red+Green+Blue) = 71+79+83=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #474F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F53 is #B8B0AC. Grayscale: #4D4D4D. Windows color (decimal): -12103853 or 5459783. OLE color: 5459783.

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

Color convert

RGB717983-
CMYK0.140.0500.67
HSL200º7.79%30.2%-
HSV(B)200º14.46%32.55%-
XYZ6.967.569.28-
YUV77.06131.35123.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=30.47%
G=33.91%
B=35.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7179830.140.0500.672007.7930.2
Hex474F53E5043c881e
Octal10711712316501033101036
Binary10001111001111101001111101010100001111001000100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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