Html Css Color HEX #4F615E Mako

📋 copy color: '#4F615E'

red 79 ◦ green 97 ◦ blue 94

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

Shades of Mako #4F615E

Tints of Mako #4F615E

RGB

 RED value IS 79 (31.25% from 255) = 29.26%

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

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

R = 29.26%
G = 35.93%
B = 34.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#4F615E (or 0x4F615E) is known color: Mako. HEX triplet: 4F, 61 and 5E. RGB value is (79,97,94). Sum of RGB (Red+Green+Blue) = 79+97+94=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #4F615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F615E is #B09EA1. Grayscale: #5B5B5B. Windows color (decimal): -11574946 or 6185295. OLE color: 6185295.

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

Color convert

RGB 79 97 94 -
CMYK 0.19 0 0.03 0.62
HSL 170º 0.1% 0.35% -
HSV(B) 170º 0.19% 0.38% -
XYZ 9.52 11.02 12.21 -
YUV 91.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 79 97 94 0.19 0 0.03 0.62 170 0.1 0.35
Hex 4F 61 5E 13 0 3 3E AA A 23
Octal 117 141 136 23 0 3 76 252 12 43
Binary 1001111 1100001 1011110 10011 0 11 111110 10101010 1010 100011

Color Harmonies of #4F615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F615E

Black with #4F615E

Text Example


Text Example

White with #4F615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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