Html Css Color HEX #4F5E5C Mako

📋 copy color: '#4F5E5C'

red 79 ◦ green 94 ◦ blue 92

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

Shades of Mako #4F5E5C

Tints of Mako #4F5E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.47%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 29.81%
G = 35.47%
B = 34.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#4F5E5C (or 0x4F5E5C) is known color: Mako. HEX triplet: 4F, 5E and 5C. RGB value is (79,94,92). Sum of RGB (Red+Green+Blue) = 79+94+92=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 94 - color contains mainly: green. Hex color #4F5E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5E5C is #B0A1A3. Grayscale: #595959. Windows color (decimal): -11575716 or 6053455. OLE color: 6053455.

HSL color Cylindrical-coordinate representation of color #4F5E5C: hue angle of 172º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4F5E5C is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 79 94 92 -
CMYK 0.16 0 0.02 0.63
HSL 172º 0.09% 0.34% -
HSV(B) 172º 0.16% 0.37% -
XYZ 9.16 10.44 11.66 -
YUV 89.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 79 94 92 0.16 0 0.02 0.63 172 0.09 0.34
Hex 4F 5E 5C 10 0 2 3F AC 9 22
Octal 117 136 134 20 0 2 77 254 11 42
Binary 1001111 1011110 1011100 10000 0 10 111111 10101100 1001 100010

Color Harmonies of #4F5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5E5C

Black with #4F5E5C

Text Example


Text Example

White with #4F5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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