Html Css Color HEX #474C4D Trout

📋 copy color: '#474C4D'

red 71 ◦ green 76 ◦ blue 77

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

Shades of Trout #474C4D

Tints of Trout #474C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

 BLUE value IS 77 (30.47% from 255) = 34.38%

R = 31.7%
G = 33.93%
B = 34.38%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#474C4D (or 0x474C4D) is known color: Trout. HEX triplet: 47, 4C and 4D. RGB value is (71,76,77). Sum of RGB (Red+Green+Blue) = 71+76+77=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 77 - color contains mainly: blue. Hex color #474C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C4D is #B8B3B2. Grayscale: #4A4A4A. Windows color (decimal): -12104627 or 5065799. OLE color: 5065799.

HSL color Cylindrical-coordinate representation of color #474C4D: hue angle of 190º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474C4D is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 76 77 -
CMYK 0.08 0.01 0 0.70
HSL 190º 0.04% 0.29% -
HSV(B) 190º 0.08% 0.3% -
XYZ 6.52 7.04 8.04 -
YUV 74.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 71 76 77 0.08 0.01 0 0.70 190 0.04 0.29
Hex 47 4C 4D 8 1 0 46 BE 4 1D
Octal 107 114 115 10 1 0 106 276 4 35
Binary 1000111 1001100 1001101 1000 1 0 1000110 10111110 100 11101

Color Harmonies of #474C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C4D

Black with #474C4D

Text Example


Text Example

White with #474C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,76,77); }

 H1.HeaderClassName
 {
   color: #474C4D;
 }
 .AnyTagClassName
 {
   color: #474C4D;
 }
</style>

background-color css

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

 a { background-color: rgb(71,76,77); }

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

border-color css

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

 span { border-color: rgb(71,76,77); }

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