Html Css Color HEX #475154 Trout

📋 copy color: '#475154'

red 71 ◦ green 81 ◦ blue 84

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

Shades of Trout #475154

Tints of Trout #475154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 84 (33.2% from 255) = 35.59%

R = 30.08%
G = 34.32%
B = 35.59%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#475154 (or 0x475154) is known color: Trout. HEX triplet: 47, 51 and 54. RGB value is (71,81,84). Sum of RGB (Red+Green+Blue) = 71+81+84=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 84 - color contains mainly: blue. Hex color #475154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475154 is #B8AEAB. Grayscale: #4E4E4E. Windows color (decimal): -12103340 or 5525831. OLE color: 5525831.

HSL color Cylindrical-coordinate representation of color #475154: hue angle of 193.85º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475154 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 81 84 -
CMYK 0.15 0.04 0 0.67
HSL 193.85º 0.08% 0.3% -
HSV(B) 193.85º 0.15% 0.33% -
XYZ 7.14 7.86 9.53 -
YUV 78.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 71 81 84 0.15 0.04 0 0.67 193.85 0.08 0.3
Hex 47 51 54 F 4 0 43 C2 8 1E
Octal 107 121 124 17 4 0 103 302 10 36
Binary 1000111 1010001 1010100 1111 100 0 1000011 11000010 1000 11110

Color Harmonies of #475154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475154

Black with #475154

Text Example


Text Example

White with #475154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475154; }

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

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

background-color css

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

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

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

border-color css

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

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

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