Html Css Color HEX #475258 Trout

📋 copy color: '#475258'

red 71 ◦ green 82 ◦ blue 88

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

Shades of Trout #475258

Tints of Trout #475258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 29.46%
G = 34.02%
B = 36.51%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#475258 (or 0x475258) is known color: Trout. HEX triplet: 47, 52 and 58. RGB value is (71,82,88). Sum of RGB (Red+Green+Blue) = 71+82+88=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #475258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475258 is #B8ADA7. Grayscale: #4F4F4F. Windows color (decimal): -12103080 or 5788231. OLE color: 5788231.

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

Color convert

RGB 71 82 88 -
CMYK 0.19 0.07 0 0.65
HSL 201.18º 0.11% 0.31% -
HSV(B) 201.18º 0.19% 0.35% -
XYZ 7.38 8.08 10.4 -
YUV 79.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 71 82 88 0.19 0.07 0 0.65 201.18 0.11 0.31
Hex 47 52 58 13 7 0 41 C9 B 1F
Octal 107 122 130 23 7 0 101 311 13 37
Binary 1000111 1010010 1011000 10011 111 0 1000001 11001001 1011 11111

Color Harmonies of #475258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475258

Black with #475258

Text Example


Text Example

White with #475258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475258; }

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

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

background-color css

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

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

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

border-color css

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

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

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