Html Css Color HEX #47555A Trout

📋 copy color: '#47555A'

red 71 ◦ green 85 ◦ blue 90

#47555A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trout #47555A

Tints of Trout #47555A

RGB

 RED value IS 71 (28.13% from 255) = 28.86%

 GREEN value IS 85 (33.59% from 255) = 34.55%

 BLUE value IS 90 (35.55% from 255) = 36.59%

R = 28.86%
G = 34.55%
B = 36.59%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47555A (or 0x47555A) is known color: Trout. HEX triplet: 47, 55 and 5A. RGB value is (71,85,90). Sum of RGB (Red+Green+Blue) = 71+85+90=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 90 - color contains mainly: blue. Hex color #47555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47555A is #B8AAA5. Grayscale: #515151. Windows color (decimal): -12102310 or 5920071. OLE color: 5920071.

HSL color Cylindrical-coordinate representation of color #47555A: hue angle of 195.79º 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 #47555A is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 85 90 -
CMYK 0.21 0.06 0 0.65
HSL 195.79º 0.12% 0.32% -
HSV(B) 195.79º 0.21% 0.35% -
XYZ 7.69 8.57 10.92 -
YUV 81.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 71 85 90 0.21 0.06 0 0.65 195.79 0.12 0.32
Hex 47 55 5A 15 6 0 41 C4 C 20
Octal 107 125 132 25 6 0 101 304 14 40
Binary 1000111 1010101 1011010 10101 110 0 1000001 11000100 1100 100000

Color Harmonies of #47555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47555A

Black with #47555A

Text Example


Text Example

White with #47555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47555A;
 }
 .AnyTagClassName
 {
   color: #47555A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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