Html Css Color HEX #4E625F Mako

📋 copy color: '#4E625F'

red 78 ◦ green 98 ◦ blue 95

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

Shades of Mako #4E625F

Tints of Mako #4E625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.16%

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 28.78%
G = 36.16%
B = 35.06%

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

#4E625F (or 0x4E625F) is known color: Mako. HEX triplet: 4E, 62 and 5F. RGB value is (78,98,95). Sum of RGB (Red+Green+Blue) = 78+98+95=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 98 - color contains mainly: green. Hex color #4E625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E625F is #B19DA0. Grayscale: #5B5B5B. Windows color (decimal): -11640225 or 6251086. OLE color: 6251086.

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

Color convert

RGB 78 98 95 -
CMYK 0.20 0 0.03 0.62
HSL 171º 0.11% 0.35% -
HSV(B) 171º 0.2% 0.38% -
XYZ 9.58 11.18 12.48 -
YUV 91.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 78 98 95 0.20 0 0.03 0.62 171 0.11 0.35
Hex 4E 62 5F 14 0 3 3E AB B 23
Octal 116 142 137 24 0 3 76 253 13 43
Binary 1001110 1100010 1011111 10100 0 11 111110 10101011 1011 100011

Color Harmonies of #4E625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E625F

Black with #4E625F

Text Example


Text Example

White with #4E625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,98,95); }

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

background-color css

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

 a { background-color: rgb(78,98,95); }

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

border-color css

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

 span { border-color: rgb(78,98,95); }

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