Html Css Color HEX #4E615E Mako

📋 copy color: '#4E615E'

red 78 ◦ green 97 ◦ blue 94

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

Shades of Mako #4E615E

Tints of Mako #4E615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.06%

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 29%
G = 36.06%
B = 34.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#4E615E (or 0x4E615E) is known color: Mako. HEX triplet: 4E, 61 and 5E. RGB value is (78,97,94). Sum of RGB (Red+Green+Blue) = 78+97+94=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #4E615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E615E is #B19EA1. Grayscale: #5A5A5A. Windows color (decimal): -11640482 or 6185294. OLE color: 6185294.

HSL color Cylindrical-coordinate representation of color #4E615E: hue angle of 170.53º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E615E is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 97 94 -
CMYK 0.20 0 0.03 0.62
HSL 170.53º 0.11% 0.34% -
HSV(B) 170.53º 0.2% 0.38% -
XYZ 9.44 10.98 12.21 -
YUV 90.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 78 97 94 0.20 0 0.03 0.62 170.53 0.11 0.34
Hex 4E 61 5E 14 0 3 3E AB B 22
Octal 116 141 136 24 0 3 76 253 13 42
Binary 1001110 1100001 1011110 10100 0 11 111110 10101011 1011 100010

Color Harmonies of #4E615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E615E

Black with #4E615E

Text Example


Text Example

White with #4E615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,97,94); }

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

background-color css

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

 a { background-color: rgb(78,97,94); }

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

border-color css

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

 span { border-color: rgb(78,97,94); }

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