Html Css Color HEX #4E585A Trout

📋 copy color: '#4E585A'

red 78 ◦ green 88 ◦ blue 90

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

Shades of Trout #4E585A

Tints of Trout #4E585A

RGB

 RED value IS 78 (30.86% from 255) = 30.47%

 GREEN value IS 88 (34.77% from 255) = 34.38%

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 30.47%
G = 34.38%
B = 35.16%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E585A (or 0x4E585A) is known color: Trout. HEX triplet: 4E, 58 and 5A. RGB value is (78,88,90). Sum of RGB (Red+Green+Blue) = 78+88+90=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E585A is #B1A7A5. Grayscale: #555555. Windows color (decimal): -11642790 or 5920846. OLE color: 5920846.

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

Color convert

RGB 78 88 90 -
CMYK 0.13 0.02 0 0.65
HSL 190º 0.07% 0.33% -
HSV(B) 190º 0.13% 0.35% -
XYZ 8.48 9.34 11.03 -
YUV 85.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 78 88 90 0.13 0.02 0 0.65 190 0.07 0.33
Hex 4E 58 5A D 2 0 41 BE 7 21
Octal 116 130 132 15 2 0 101 276 7 41
Binary 1001110 1011000 1011010 1101 10 0 1000001 10111110 111 100001

Color Harmonies of #4E585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E585A

Black with #4E585A

Text Example


Text Example

White with #4E585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,88,90); }

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

background-color css

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

 a { background-color: rgb(78,88,90); }

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

border-color css

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

 span { border-color: rgb(78,88,90); }

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