Html Css Color HEX #4A575B Trout

📋 copy color: '#4A575B'

red 74 ◦ green 87 ◦ blue 91

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

Shades of Trout #4A575B

Tints of Trout #4A575B

RGB

 RED value IS 74 (29.3% from 255) = 29.37%

 GREEN value IS 87 (34.38% from 255) = 34.52%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 29.37%
G = 34.52%
B = 36.11%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A575B (or 0x4A575B) is known color: Trout. HEX triplet: 4A, 57 and 5B. RGB value is (74,87,91). Sum of RGB (Red+Green+Blue) = 74+87+91=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A575B is #B5A8A4. Grayscale: #535353. Windows color (decimal): -11905189 or 5986122. OLE color: 5986122.

HSL color Cylindrical-coordinate representation of color #4A575B: hue angle of 194.12º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A575B is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 87 91 -
CMYK 0.19 0.04 0 0.64
HSL 194.12º 0.1% 0.32% -
HSV(B) 194.12º 0.19% 0.36% -
XYZ 8.12 9.03 11.21 -
YUV 83.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 74 87 91 0.19 0.04 0 0.64 194.12 0.1 0.32
Hex 4A 57 5B 13 4 0 40 C2 A 20
Octal 112 127 133 23 4 0 100 302 12 40
Binary 1001010 1010111 1011011 10011 100 0 1000000 11000010 1010 100000

Color Harmonies of #4A575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A575B

Black with #4A575B

Text Example


Text Example

White with #4A575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A575B; }

 p { color: rgb(74,87,91); }

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

background-color css

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

 a { background-color: rgb(74,87,91); }

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

border-color css

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

 span { border-color: rgb(74,87,91); }

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