Html Css Color HEX #4E684E Nandor

📋 copy color: '#4E684E'

red 78 ◦ green 104 ◦ blue 78

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

Shades of Nandor #4E684E

Tints of Nandor #4E684E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40%

 BLUE value IS 78 (30.86% from 255) = 30%

R = 30%
G = 40%
B = 30%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#4E684E (or 0x4E684E) is known color: Nandor. HEX triplet: 4E, 68 and 4E. RGB value is (78,104,78). Sum of RGB (Red+Green+Blue) = 78+104+78=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #4E684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E684E is #B197B1. Grayscale: #5D5D5D. Windows color (decimal): -11638706 or 5138510. OLE color: 5138510.

HSL color Cylindrical-coordinate representation of color #4E684E: hue angle of 120º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E684E is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 104 78 -
CMYK 0.25 0 0.25 0.59
HSL 120º 0.14% 0.36% -
HSV(B) 120º 0.25% 0.41% -
XYZ 9.47 12.07 9.04 -
YUV 93.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 78 104 78 0.25 0 0.25 0.59 120 0.14 0.36
Hex 4E 68 4E 19 0 19 3B 78 E 24
Octal 116 150 116 31 0 31 73 170 16 44
Binary 1001110 1101000 1001110 11001 0 11001 111011 1111000 1110 100100

Color Harmonies of #4E684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E684E

Black with #4E684E

Text Example


Text Example

White with #4E684E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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