Html Css Color HEX #4E5051 Trout

📋 copy color: '#4E5051'

red 78 ◦ green 80 ◦ blue 81

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

Shades of Trout #4E5051

Tints of Trout #4E5051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 81 (32.03% from 255) = 33.89%

R = 32.64%
G = 33.47%
B = 33.89%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4E5051 (or 0x4E5051) is known color: Trout. HEX triplet: 4E, 50 and 51. RGB value is (78,80,81). Sum of RGB (Red+Green+Blue) = 78+80+81=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E5051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5051 is #B1AFAE. Grayscale: #4F4F4F. Windows color (decimal): -11644847 or 5328974. OLE color: 5328974.

HSL color Cylindrical-coordinate representation of color #4E5051: hue angle of 200º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4E5051 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 78 80 81 -
CMYK 0.04 0.01 0 0.68
HSL 200º 0.02% 0.31% -
HSV(B) 200º 0.04% 0.32% -
XYZ 7.5 7.95 8.92 -
YUV 79.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 78 80 81 0.04 0.01 0 0.68 200 0.02 0.31
Hex 4E 50 51 4 1 0 44 C8 2 1F
Octal 116 120 121 4 1 0 104 310 2 37
Binary 1001110 1010000 1010001 100 1 0 1000100 11001000 10 11111

Color Harmonies of #4E5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5051

Black with #4E5051

Text Example


Text Example

White with #4E5051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,80,81); }

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

background-color css

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

 a { background-color: rgb(78,80,81); }

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

border-color css

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

 span { border-color: rgb(78,80,81); }

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