#4A5155

Color #4A5155 Trout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trout #4A5155

Tints of Trout #4A5155

Color information

#4A5155 (or 0x4A5155) is unknown color: approx Trout. HEX triplet: 4A, 51 and 55. RGB value is (74,81,85). Sum of RGB (Red+Green+Blue) = 74+81+85=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A5155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5155 is #B5AEAA. Grayscale: #4F4F4F. Windows color (decimal): -11906731 or 5591370. OLE color: 5591370.

HSL color Cylindrical-coordinate representation of color #4A5155: hue angle of 201.82º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A5155 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB748185-
CMYK0.130.0500.67
HSL201.82º6.92%31.18%-
HSV(B)201.82º12.94%33.33%-
XYZ7.4189.75-
YUV79.36131.18124.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.83%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=30.83%
G=33.75%
B=35.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7481850.130.0500.67201.826.9231.18
Hex4A5155D5043ca71f
Octal1121211251550103312737
Binary1001010101000110101011101101010000111100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,81,85); }

 H1.HeaderClassName
 {
   color: #4A5155;
 }
 .AnyTagClassName
 {
   color: #4A5155;
 }
</style>
background-color css

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

 a { background-color: rgb(74,81,85); }

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

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

 span { border-color: rgb(74,81,85); }

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