Html Css Color HEX #4F595A Mako

📋 copy color: '#4F595A'

red 79 ◦ green 89 ◦ blue 90

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

Shades of Mako #4F595A

Tints of Mako #4F595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 90 (35.55% from 255) = 34.88%

R = 30.62%
G = 34.5%
B = 34.88%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F595A (or 0x4F595A) is known color: Mako. HEX triplet: 4F, 59 and 5A. RGB value is (79,89,90). Sum of RGB (Red+Green+Blue) = 79+89+90=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F595A is #B0A6A5. Grayscale: #565656. Windows color (decimal): -11576998 or 5921103. OLE color: 5921103.

HSL color Cylindrical-coordinate representation of color #4F595A: hue angle of 185.45º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4F595A is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 89 90 -
CMYK 0.12 0.01 0 0.65
HSL 185.45º 0.07% 0.33% -
HSV(B) 185.45º 0.12% 0.35% -
XYZ 8.64 9.55 11.06 -
YUV 86.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 79 89 90 0.12 0.01 0 0.65 185.45 0.07 0.33
Hex 4F 59 5A C 1 0 41 B9 7 21
Octal 117 131 132 14 1 0 101 271 7 41
Binary 1001111 1011001 1011010 1100 1 0 1000001 10111001 111 100001

Color Harmonies of #4F595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F595A

Black with #4F595A

Text Example


Text Example

White with #4F595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,89,90); }

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

background-color css

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

 a { background-color: rgb(79,89,90); }

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

border-color css

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

 span { border-color: rgb(79,89,90); }

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