#47545A

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

Shades of Trout #47545A

Tints of Trout #47545A

Color information

#47545A (or 0x47545A) is unknown color: approx Trout. HEX triplet: 47, 54 and 5A. RGB value is (71,84,90). Sum of RGB (Red+Green+Blue) = 71+84+90=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #47545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47545A is #B8ABA5. Grayscale: #505050. Windows color (decimal): -12102566 or 5919815. OLE color: 5919815.

HSL color Cylindrical-coordinate representation of color #47545A: hue angle of 198.95º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #47545A is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB718490-
CMYK0.210.0700.65
HSL198.95º11.8%31.57%-
HSV(B)198.95º21.11%35.29%-
XYZ7.618.4210.9-
YUV80.8133.19121.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=28.98%
G=34.29%
B=36.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7184900.210.0700.65198.9511.831.57
Hex47545A157041c7c20
Octal10712413225701013071440
Binary1000111101010010110101010111101000001110001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47545A; }

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

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

<style>
 a { background-color: #47545A; }

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

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

<style>
 span { border-color: #47545A; }

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

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