Html Css Color HEX #475256 Trout

📋 copy color: '#475256'

red 71 ◦ green 82 ◦ blue 86

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

Shades of Trout #475256

Tints of Trout #475256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.31%

 BLUE value IS 86 (33.98% from 255) = 35.98%

R = 29.71%
G = 34.31%
B = 35.98%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#475256 (or 0x475256) is known color: Trout. HEX triplet: 47, 52 and 56. RGB value is (71,82,86). Sum of RGB (Red+Green+Blue) = 71+82+86=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 86 - color contains mainly: blue. Hex color #475256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475256 is #B8ADA9. Grayscale: #4F4F4F. Windows color (decimal): -12103082 or 5657159. OLE color: 5657159.

HSL color Cylindrical-coordinate representation of color #475256: hue angle of 196º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475256 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 82 86 -
CMYK 0.17 0.05 0 0.66
HSL 196º 0.1% 0.31% -
HSV(B) 196º 0.17% 0.34% -
XYZ 7.3 8.05 9.97 -
YUV 79.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 71 82 86 0.17 0.05 0 0.66 196 0.1 0.31
Hex 47 52 56 11 5 0 42 C4 A 1F
Octal 107 122 126 21 5 0 102 304 12 37
Binary 1000111 1010010 1010110 10001 101 0 1000010 11000100 1010 11111

Color Harmonies of #475256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475256

Black with #475256

Text Example


Text Example

White with #475256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475256; }

 p { color: rgb(71,82,86); }

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

background-color css

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

 a { background-color: rgb(71,82,86); }

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

border-color css

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

 span { border-color: rgb(71,82,86); }

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