#4C5355

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

Shades of Trout #4C5355

Tints of Trout #4C5355

Color information

#4C5355 (or 0x4C5355) is unknown color: approx Trout. HEX triplet: 4C, 53 and 55. RGB value is (76,83,85). Sum of RGB (Red+Green+Blue) = 76+83+85=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C5355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5355 is #B3ACAA. Grayscale: #515151. Windows color (decimal): -11775147 or 5591884. OLE color: 5591884.

HSL color Cylindrical-coordinate representation of color #4C5355: hue angle of 193.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C5355 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB768385-
CMYK0.110.0200.67
HSL193.33º5.59%31.57%-
HSV(B)193.33º10.59%33.33%-
XYZ7.718.389.81-
YUV81.13130.18124.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.15%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 85 (33.59% from 255) = 34.84%
R=31.15%
G=34.02%
B=34.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7683850.110.0200.67193.335.5931.57
Hex4C5355B2043c1620
Octal1141231251320103301640
Binary1001100101001110101011011100100001111000001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,83,85); }

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

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

 a { background-color: rgb(76,83,85); }

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

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

 span { border-color: rgb(76,83,85); }

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