Html Css Color HEX #4E664C Nandor

📋 copy color: '#4E664C'

red 78 ◦ green 102 ◦ blue 76

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

Shades of Nandor #4E664C

Tints of Nandor #4E664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.84%

 BLUE value IS 76 (30.08% from 255) = 29.69%

R = 30.47%
G = 39.84%
B = 29.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#4E664C (or 0x4E664C) is known color: Nandor. HEX triplet: 4E, 66 and 4C. RGB value is (78,102,76). Sum of RGB (Red+Green+Blue) = 78+102+76=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #4E664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E664C is #B199B3. Grayscale: #5B5B5B. Windows color (decimal): -11639220 or 5006926. OLE color: 5006926.

HSL color Cylindrical-coordinate representation of color #4E664C: hue angle of 115.38º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E664C is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 78 102 76 -
CMYK 0.24 0 0.25 0.6
HSL 115.38º 0.15% 0.35% -
HSV(B) 115.38º 0.25% 0.4% -
XYZ 9.2 11.64 8.6 -
YUV 91.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 78 102 76 0.24 0 0.25 0.6 115.38 0.15 0.35
Hex 4E 66 4C 18 0 19 3C 73 F 23
Octal 116 146 114 30 0 31 74 163 17 43
Binary 1001110 1100110 1001100 11000 0 11001 111100 1110011 1111 100011

Color Harmonies of #4E664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E664C

Black with #4E664C

Text Example


Text Example

White with #4E664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,102,76); }

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

background-color css

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

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

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

border-color css

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

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

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