Html Css Color HEX #4A5355 Trout

📋 copy color: '#4A5355'

red 74 ◦ green 83 ◦ blue 85

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

Shades of Trout #4A5355

Tints of Trout #4A5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 30.58%
G = 34.3%
B = 35.12%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A5355 (or 0x4A5355) is known color: Trout. HEX triplet: 4A, 53 and 55. RGB value is (74,83,85). Sum of RGB (Red+Green+Blue) = 74+83+85=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A5355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5355 is #B5ACAA. Grayscale: #505050. Windows color (decimal): -11906219 or 5591882. OLE color: 5591882.

HSL color Cylindrical-coordinate representation of color #4A5355: hue angle of 190.91º 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 #4A5355 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 83 85 -
CMYK 0.13 0.02 0 0.67
HSL 190.91º 0.07% 0.31% -
HSV(B) 190.91º 0.13% 0.33% -
XYZ 7.56 8.3 9.8 -
YUV 80.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 74 83 85 0.13 0.02 0 0.67 190.91 0.07 0.31
Hex 4A 53 55 D 2 0 43 BF 7 1F
Octal 112 123 125 15 2 0 103 277 7 37
Binary 1001010 1010011 1010101 1101 10 0 1000011 10111111 111 11111

Color Harmonies of #4A5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5355

Black with #4A5355

Text Example


Text Example

White with #4A5355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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