Html Css Color HEX #4F605E Mako

📋 copy color: '#4F605E'

red 79 ◦ green 96 ◦ blue 94

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

Shades of Mako #4F605E

Tints of Mako #4F605E

RGB

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

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

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

R = 29.37%
G = 35.69%
B = 34.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#4F605E (or 0x4F605E) is known color: Mako. HEX triplet: 4F, 60 and 5E. RGB value is (79,96,94). Sum of RGB (Red+Green+Blue) = 79+96+94=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 96 - color contains mainly: green. Hex color #4F605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F605E is #B09FA1. Grayscale: #5A5A5A. Windows color (decimal): -11575202 or 6185039. OLE color: 6185039.

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

Color convert

RGB 79 96 94 -
CMYK 0.18 0 0.02 0.62
HSL 172.94º 0.1% 0.34% -
HSV(B) 172.94º 0.18% 0.38% -
XYZ 9.43 10.84 12.18 -
YUV 90.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 79 96 94 0.18 0 0.02 0.62 172.94 0.1 0.34
Hex 4F 60 5E 12 0 2 3E AD A 22
Octal 117 140 136 22 0 2 76 255 12 42
Binary 1001111 1100000 1011110 10010 0 10 111110 10101101 1010 100010

Color Harmonies of #4F605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F605E

Black with #4F605E

Text Example


Text Example

White with #4F605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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