Html Css Color HEX #475056 Trout

📋 copy color: '#475056'

red 71 ◦ green 80 ◦ blue 86

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

Shades of Trout #475056

Tints of Trout #475056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.76%

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

R = 29.96%
G = 33.76%
B = 36.29%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#475056 (or 0x475056) is known color: Trout. HEX triplet: 47, 50 and 56. RGB value is (71,80,86). Sum of RGB (Red+Green+Blue) = 71+80+86=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 86 - color contains mainly: blue. Hex color #475056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475056 is #B8AFA9. Grayscale: #4D4D4D. Windows color (decimal): -12103594 or 5656647. OLE color: 5656647.

HSL color Cylindrical-coordinate representation of color #475056: hue angle of 204º 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 #475056 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 80 86 -
CMYK 0.17 0.07 0 0.66
HSL 204º 0.1% 0.31% -
HSV(B) 204º 0.17% 0.34% -
XYZ 7.15 7.75 9.92 -
YUV 77.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 71 80 86 0.17 0.07 0 0.66 204 0.1 0.31
Hex 47 50 56 11 7 0 42 CC A 1F
Octal 107 120 126 21 7 0 102 314 12 37
Binary 1000111 1010000 1010110 10001 111 0 1000010 11001100 1010 11111

Color Harmonies of #475056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475056

Black with #475056

Text Example


Text Example

White with #475056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475056; }

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

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

background-color css

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

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

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

border-color css

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

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

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