Html Css Color HEX #475259 Trout

📋 copy color: '#475259'

red 71 ◦ green 82 ◦ blue 89

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

Shades of Trout #475259

Tints of Trout #475259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.78%

R = 29.34%
G = 33.88%
B = 36.78%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#475259 (or 0x475259) is known color: Trout. HEX triplet: 47, 52 and 59. RGB value is (71,82,89). Sum of RGB (Red+Green+Blue) = 71+82+89=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #475259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475259 is #B8ADA6. Grayscale: #4F4F4F. Windows color (decimal): -12103079 or 5853767. OLE color: 5853767.

HSL color Cylindrical-coordinate representation of color #475259: hue angle of 203.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475259 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 82 89 -
CMYK 0.20 0.08 0 0.65
HSL 203.33º 0.11% 0.31% -
HSV(B) 203.33º 0.2% 0.35% -
XYZ 7.42 8.1 10.62 -
YUV 79.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 71 82 89 0.20 0.08 0 0.65 203.33 0.11 0.31
Hex 47 52 59 14 8 0 41 CB B 1F
Octal 107 122 131 24 10 0 101 313 13 37
Binary 1000111 1010010 1011001 10100 1000 0 1000001 11001011 1011 11111

Color Harmonies of #475259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475259

Black with #475259

Text Example


Text Example

White with #475259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475259; }

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

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

background-color css

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

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

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

border-color css

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

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

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