Html Css Color HEX #4E5353 Mako

📋 copy color: '#4E5353'

red 78 ◦ green 83 ◦ blue 83

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

Shades of Mako #4E5353

Tints of Mako #4E5353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.02%

 BLUE value IS 83 (32.81% from 255) = 34.02%

R = 31.97%
G = 34.02%
B = 34.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E5353 (or 0x4E5353) is known color: Mako. HEX triplet: 4E, 53 and 53. RGB value is (78,83,83). Sum of RGB (Red+Green+Blue) = 78+83+83=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #4E5353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5353 is #B1ACAC. Grayscale: #515151. Windows color (decimal): -11644077 or 5460814. OLE color: 5460814.

HSL color Cylindrical-coordinate representation of color #4E5353: hue angle of 180º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4E5353 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 83 83 -
CMYK 0.06 0 0 0.67
HSL 180º 0.03% 0.32% -
HSV(B) 180º 0.06% 0.33% -
XYZ 7.8 8.43 9.4 -
YUV 81.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 78 83 83 0.06 0 0 0.67 180 0.03 0.32
Hex 4E 53 53 6 0 0 43 B4 3 20
Octal 116 123 123 6 0 0 103 264 3 40
Binary 1001110 1010011 1010011 110 0 0 1000011 10110100 11 100000

Color Harmonies of #4E5353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5353

Black with #4E5353

Text Example


Text Example

White with #4E5353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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