Html Css Color HEX #4E605E Mako

📋 copy color: '#4E605E'

red 78 ◦ green 96 ◦ blue 94

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

Shades of Mako #4E605E

Tints of Mako #4E605E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.82%

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

R = 29.1%
G = 35.82%
B = 35.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#4E605E (or 0x4E605E) is known color: Mako. HEX triplet: 4E, 60 and 5E. RGB value is (78,96,94). Sum of RGB (Red+Green+Blue) = 78+96+94=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #4E605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E605E is #B19FA1. Grayscale: #5A5A5A. Windows color (decimal): -11640738 or 6185038. OLE color: 6185038.

HSL color Cylindrical-coordinate representation of color #4E605E: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E605E is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 96 94 -
CMYK 0.19 0 0.02 0.62
HSL 173.33º 0.1% 0.34% -
HSV(B) 173.33º 0.19% 0.38% -
XYZ 9.35 10.79 12.18 -
YUV 90.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 78 96 94 0.19 0 0.02 0.62 173.33 0.1 0.34
Hex 4E 60 5E 13 0 2 3E AD A 22
Octal 116 140 136 23 0 2 76 255 12 42
Binary 1001110 1100000 1011110 10011 0 10 111110 10101101 1010 100010

Color Harmonies of #4E605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E605E

Black with #4E605E

Text Example


Text Example

White with #4E605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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